Added recursion depth as a CL option.

This commit is contained in:
Miguel Angel Astor Romero
2017-01-12 13:03:29 -04:00
parent f93635b03b
commit 8c33e46b3d
8 changed files with 156 additions and 122 deletions

View File

@@ -6,6 +6,8 @@
using namespace glm;
const float BIAS = 0.000001f;
const vec3 BCKG_COLOR = vec3(1.0f);
float Tracer::random01() const {