Ray Tracer
In this project, I created a static image ray tracer from scratch. This takes in a resolution and scene number as input, and creates a ray traced image. Features rendering for spheres, cubes, planes, and 3D meshes, several different lighting options including Blinn-Phong, reflective, and semi-reflective, and threading for performance. Created using C++.