Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 389 Bytes

simpleraytracer

simpleraytracer is a simple Whitted-style raytracer implementation in C++ using Win32 and OpenGL.

It features:

  • parametric geometries (spheres/AABBs) and triangle meshes rendering
  • blinn/phong shading local illumination model
  • hard shadows
  • textured, reflective and refractive materials
  • XML scene description loader
  • Unity scene exporter (via Plugin)