Recursive Ray Tracer in C++
A software implementation of a recursive ray tracer to render scenes of triangle and sphere primitives as specified by an input text file. Features Blinn-Phong shading, ambient lighting and, reflections. Uses glm library for vector and matrix maths operations.
Source code: https://github.com/KyleFung/RayTracer


