Simple ray tracer features:
- Supports diffuse shading, Phong illumination, reflections, refractions, area lights and texture mapping.
- Usage of spatial subdivisions to speed up rendering.
- Soft shadows and glossy reflections using Monte Carlo approximation.
- This project was implemented using C++ to run in the windows environment, and uses Win32 API.
|