Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 309 Bytes

raytracer

C++ based RayTracer , outputs ray traced images to .ppm format.

To compile and build on your system :

make main

Then open out.ppm in your image viewer (windows photos can't open it) , use GIMP/Photoshop or something similar.

To delete main (executable) and out.ppm :

make clean