## Project 3: Intersect
Please fill this out for Intersect only. The project handout can be found [here](https://cs1230.graphics/projects/ray/1).
### 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`
> 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 |  |  |
| unit_cone_cap.ini |  |  |
| unit_cube.ini |  |  |
| unit_cylinder.ini |  |  |
| unit_sphere.ini |  |  |
| parse_matrix.ini |  |  |
| ambient_total.ini |  |  |
| diffuse_total.ini |  |  |
| specular_total.ini |  |  |
| phong_total.ini |  |  |
| directional_light_1.ini |  |  |
| directional_light_2.ini |  |  |
### Design Choices
### Collaboration/References
### Known Bugs
### Extra Credit