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/intersect | |
parent | a9274459443f1d560d7580a162deb581549980cb (diff) |
upload base code
Diffstat (limited to 'template_inis/intersect')
-rw-r--r-- | template_inis/intersect/ambient_total.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/diffuse_total.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/directional_light_1.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/directional_light_2.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/parse_matrix.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/phong_total.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/specular_total.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/unit_cone.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/unit_cone_cap.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/unit_cube.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/unit_cylinder.ini | 19 | ||||
-rw-r--r-- | template_inis/intersect/unit_sphere.ini | 19 |
12 files changed, 228 insertions, 0 deletions
diff --git a/template_inis/intersect/ambient_total.ini b/template_inis/intersect/ambient_total.ini new file mode 100644 index 0000000..7480706 --- /dev/null +++ b/template_inis/intersect/ambient_total.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/ambient_total.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/ambient_total.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/diffuse_total.ini b/template_inis/intersect/diffuse_total.ini new file mode 100644 index 0000000..6628465 --- /dev/null +++ b/template_inis/intersect/diffuse_total.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/diffuse_total.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/diffuse_total.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/directional_light_1.ini b/template_inis/intersect/directional_light_1.ini new file mode 100644 index 0000000..e269dbe --- /dev/null +++ b/template_inis/intersect/directional_light_1.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/directional_light_1.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/directional_light_1.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/directional_light_2.ini b/template_inis/intersect/directional_light_2.ini new file mode 100644 index 0000000..a7c3712 --- /dev/null +++ b/template_inis/intersect/directional_light_2.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/directional_light_2.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/directional_light_2.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/parse_matrix.ini b/template_inis/intersect/parse_matrix.ini new file mode 100644 index 0000000..291fa69 --- /dev/null +++ b/template_inis/intersect/parse_matrix.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/parse_matrix.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/parse_matrix.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/phong_total.ini b/template_inis/intersect/phong_total.ini new file mode 100644 index 0000000..1e71e55 --- /dev/null +++ b/template_inis/intersect/phong_total.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/phong_total.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/phong_total.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/specular_total.ini b/template_inis/intersect/specular_total.ini new file mode 100644 index 0000000..89d0eae --- /dev/null +++ b/template_inis/intersect/specular_total.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/specular_total.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/specular_total.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/unit_cone.ini b/template_inis/intersect/unit_cone.ini new file mode 100644 index 0000000..e51efe4 --- /dev/null +++ b/template_inis/intersect/unit_cone.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/unit_cone.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/unit_cone.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/unit_cone_cap.ini b/template_inis/intersect/unit_cone_cap.ini new file mode 100644 index 0000000..9ee2fd7 --- /dev/null +++ b/template_inis/intersect/unit_cone_cap.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/unit_cone_cap.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/unit_cone_cap.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/unit_cube.ini b/template_inis/intersect/unit_cube.ini new file mode 100644 index 0000000..c7d177a --- /dev/null +++ b/template_inis/intersect/unit_cube.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/unit_cube.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/unit_cube.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/unit_cylinder.ini b/template_inis/intersect/unit_cylinder.ini new file mode 100644 index 0000000..7bc5c4e --- /dev/null +++ b/template_inis/intersect/unit_cylinder.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/unit_cylinder.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/unit_cylinder.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false diff --git a/template_inis/intersect/unit_sphere.ini b/template_inis/intersect/unit_sphere.ini new file mode 100644 index 0000000..158f77f --- /dev/null +++ b/template_inis/intersect/unit_sphere.ini @@ -0,0 +1,19 @@ +[IO] + scene = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/scenefiles/intersect/required/unit_sphere.json + output = /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/student_outputs/intersect/required/unit_sphere.png + +[Canvas] + width = 1024 + height = 768 + +[Feature] + shadows = false + reflect = false + refract = false + texture = false + parallel = false + super-sample = false + num-samples = 1 + post-process = false + acceleration = false + depthoffield = false |