top of page
Ray Tracer
An implementation of the basic recursive ray-tracing algorithm using C++ and OpenGL. The ray-tracer is able to handle the off-line rendering of opaque surfaces with lighting and shadows. A multisample aliasing (MSAA) option is provided to draw smoother edges.
The images shown are some examples of the rendered scenes.
bottom of page