Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 340 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 340 Bytes

Tracer++

A C++ ray tracer to be used as a test bench for ray-tracing experiments before implementing in TracerGL.

Most Recent Render

It outputs renders directly to a .png file.

Build

Requires SCons

To Build,

$ scons

To Run

$ ./tracer.out [-r <WIDTH> <HEIGHT>] [-s NUM_SAMPLES] [-d DEPTH]