Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 449 Bytes

simple-raytracer

A simple, easy-to-hack raytracer in C++.

Inspired from and implements many methods described at http://meatfighter.com/juggler/.

###Features:

  • Easy to understand
  • Supports spheres, planes and triangles, although it is easy to add more primitives
  • Simple soft shadows and ambient occlusion
  • Gamma correction
  • Scene description in a text file

###Sample output

Sample output