diff options
author | David Doan <daviddoan@Davids-MacBook-Pro-193.local> | 2023-12-13 01:37:28 -0500 |
---|---|---|
committer | David Doan <daviddoan@Davids-MacBook-Pro-193.local> | 2023-12-13 01:37:28 -0500 |
commit | 8afef246ac0d7adf03eae794fc1ba5ba25f64dd8 (patch) | |
tree | 05582f1d5a50ca9d21c9c12d06dd258d40b113a3 /template_inis/intersect | |
parent | a31f51672fe92d8d5cb2c9319a0ba35a52d3b51b (diff) | |
parent | 8337f9b0b63e2e63b714acd5d24b622d7330cbc2 (diff) |
Merge branch 'main' of https://github.com/NicholasBottone/the-all-americans-in-cs1230
render button
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, 0 insertions, 228 deletions
diff --git a/template_inis/intersect/ambient_total.ini b/template_inis/intersect/ambient_total.ini deleted file mode 100644 index 7480706..0000000 --- a/template_inis/intersect/ambient_total.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index 6628465..0000000 --- a/template_inis/intersect/diffuse_total.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index e269dbe..0000000 --- a/template_inis/intersect/directional_light_1.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index a7c3712..0000000 --- a/template_inis/intersect/directional_light_2.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index 291fa69..0000000 --- a/template_inis/intersect/parse_matrix.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index 1e71e55..0000000 --- a/template_inis/intersect/phong_total.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index 89d0eae..0000000 --- a/template_inis/intersect/specular_total.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index e51efe4..0000000 --- a/template_inis/intersect/unit_cone.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index 9ee2fd7..0000000 --- a/template_inis/intersect/unit_cone_cap.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index c7d177a..0000000 --- a/template_inis/intersect/unit_cube.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index 7bc5c4e..0000000 --- a/template_inis/intersect/unit_cylinder.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 deleted file mode 100644 index 158f77f..0000000 --- a/template_inis/intersect/unit_sphere.ini +++ /dev/null @@ -1,19 +0,0 @@ -[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 |