Quick and dirty C++11 Forward Path Tracer
- Only uses the stl, openmp and pthread
- Sobol sequence generator taken from http://web.maths.unsw.edu.au/~fkuo/sobol/
- OBJ, PLY and MTL loaders
- Reasonably fast multi-threaded BVH builder using SAH
Quick and dirty C++11 Forward Path Tracer