Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 4.78 KB

submission-intersect.md

File metadata and controls

37 lines (29 loc) · 4.78 KB

Project 3: Intersect

Please fill this out for Intersect only. The project handout can be found here.

Output Comparison

Run the program with the specified .ini file to compare your output (it should automatically save to the correct path).

If your program can't find certain files or you aren't seeing your output images appear, make sure to:

  1. Set your working directory to the project directory
  2. Set the command-line argument in Qt Creator to template_inis/intersect/<ini_file_name>.ini
  3. Clone the scenefiles submodule. If you forgot to do this when initially cloning this repository, run git submodule update --init --recursive in the project directory

Note: once all images are filled in, the images will be the same size in the expected and student outputs.

File/Method To Produce Output Expected Output Your Output
unit_cone.ini Place unit_cone.png in student_outputs/intersect/required folder
unit_cone_cap.ini Place unit_cone_cap.png in student_outputs/intersect/required folder
unit_cone_top.ini Place unit_cone_top.png in student_outputs/intersect/required folder
unit_cube.ini Place unit_cube.png in student_outputs/intersect/required folder
unit_cylinder.ini Place unit_cylinder.png in student_outputs/intersect/required folder
unit_cylinder_bottom.ini Place unit_cylinder.png in student_outputs/intersect/required folder
unit_sphere.ini Place unit_sphere.png in student_outputs/intersect/required folder
parse_matrix.ini Place parse_matrix.png in student_outputs/intersect/required folder
ambient_total.ini Place ambient_total.png in student_outputs/intersect/required folder
diffuse_total.ini Place diffuse_total.png in student_outputs/intersect/required folder
specular_total.ini Place specular_total.png in student_outputs/intersect/required folder
phong_total.ini Place phong_total.png in student_outputs/intersect/required folder
directional_light_1.ini Place directional_light_1.png in student_outputs/intersect/required folder
directional_light_2.ini Place directional_light_2.png in student_outputs/intersect/required folder

Design Choices

Collaboration/References

Known Bugs

Extra Credit