diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-07 16:23:20 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-07 16:23:20 -0500 |
| commit | caa765bff49d54217b75aaf0e7acf4e5392a11e4 (patch) | |
| tree | 9b92914dfb88b99599e8e60e4512e9e9ea9a25db /template_inis/illuminate/refract1.ini | |
| parent | a9274459443f1d560d7580a162deb581549980cb (diff) | |
upload base code
Diffstat (limited to 'template_inis/illuminate/refract1.ini')
| -rw-r--r-- | template_inis/illuminate/refract1.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/template_inis/illuminate/refract1.ini b/template_inis/illuminate/refract1.ini new file mode 100644 index 0000000..66915b9 --- /dev/null +++ b/template_inis/illuminate/refract1.ini @@ -0,0 +1,22 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/illuminate/extra_credit/refract1.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/illuminate/required/refract1.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 = false + depthoffield = false + +[Settings] + maximum-recursive-depth = 4
\ No newline at end of file |
