A C++ ray tracer to be used as a test bench for ray-tracing experiments before implementing in TracerGL.
It outputs renders directly to a .png
file.
Requires SCons
To Build,
$ scons
To Run
$ ./tracer.out [-r <WIDTH> <HEIGHT>] [-s NUM_SAMPLES] [-d DEPTH]