Skip to content

Basic Core Raytracer

Compare
Choose a tag to compare
@EgeCiklabakkal EgeCiklabakkal released this 22 Feb 16:33
· 164 commits to master since this release

A basic ray tracer that supports ray-triangle and ray-sphere intersections with a simple perspective camera model and several shading models. These include diffuse shading, specular (Blinn-Phong) shading, ambient shading and ideal specular (mirror) reflectance.

The inputs to the program are custom XML files that define the camera and scene properties.

dragon_lowres