This project contains a simple ray tracer in C++ which renders spheres and planes as well as some special materials and surfaces.
Compile and run the C++ code. The rendered image is output as Raytracing_Image.bmp
Lights, Objects, and planes are all configured in the raytracer.cpp
file.