blob: 4a9047f50fbf35e48c30811c46f6854eed905bea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
## 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:<br/>
> 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 |  |  |
| 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
|