diff options
Diffstat (limited to 'template_inis/illuminate/recursive.ini')
| -rw-r--r-- | template_inis/illuminate/recursive.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/template_inis/illuminate/recursive.ini b/template_inis/illuminate/recursive.ini new file mode 100644 index 0000000..71d6698 --- /dev/null +++ b/template_inis/illuminate/recursive.ini @@ -0,0 +1,22 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/optional/recursive_sphere_5.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/illuminate/required/recursive.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = true + reflect = true + refract = true + texture = true + parallel = true + super-sample = false + num-samples = 1 + post-process = false + acceleration = true + depthoffield = false + +[Settings] + maximum-recursive-depth = 4
\ No newline at end of file |
