Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 232 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 232 Bytes

small-raytracer

A very small and very incapable raytracer in C

Contains a hard coded scene (Cornell box without spheres) and outputs to a file called "test.bmp".

Just run make and then ./raytracer. Tested on OSX.