Ray Tracer

A ray tracer made in C++ to learn about math, data structures, algorithms and of course ray tracing. It uses SFML to display the output. The math library is made by hand. Features Primitive shapes. Hard/soft shadows. Roughness. Phong shading. Reflection and refraction. (Prototype) sphere based acceleration structure. Directional and point lights. Project Details For… Continue reading Ray Tracer