Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 421 Bytes

File metadata and controls

3 lines (2 loc) · 421 Bytes

A simple raytracing renderer. Supports parallel (each ray is parallel, with the start coordinates varying) and perspective projection (each ray has the same start point, with a different direction.) Supports rendering spheres and planes. Calculates specular and diffuse lighting, as well as reflections on each object.

alt text