Skip to content

Commit

Permalink
corrected milestone/final readme mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhanhtruong committed Jan 17, 2024
1 parent 5704532 commit 0377f4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.
29 changes: 0 additions & 29 deletions submission-final.md
Original file line number Diff line number Diff line change
@@ -1,29 +0,0 @@
## Path (final)

Please fill this out and submit your work to Gradescope by the deadline.

### Output Comparison
Run the program with the specified `.ini` config file to compare your output against the reference images. The program should automatically save to the correct path for the images to appear below.

Note that your outputs do **not** need to exactly match the reference outputs. There are several factors that may result in minor differences, such as your choice of tone mapping and randomness.

> 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`
> Note: Please do not attempt to duplicate the given reference images; we have tools to detect this.
| `.ini` File To Produce Output | Expected Output | Your Output |
| :---------------------------------------: | :--------------------------------------------------: | :-------------------------------------------------: |
| cornell_box_indirect_lighting.ini | ![](example-scenes/ground_truth/diffuse_indirect_lighting_20spp_512px.png) | ![Place cornell_box_indirect_lighting.png in student_outputs/required folder](student_outputs/required/cornell_box_indirect_lighting.png) |
| sphere_indirect_lighting.ini | ![](example-scenes/ground_truth/sphere_diffuse_indirect_lighting_20spp_512px.png) | ![Place sphere_indirect_lighting.png in student_outputs/intersect/required folder](student_outputs/required/sphere_indirect_lighting.png) |



<!-- ### Design Choices
### Collaboration/References
### Known Bugs
### Extra Credit -->
12 changes: 6 additions & 6 deletions submission-milestone.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Path (milestone)
## Path (final)

Please fill this out and submit your current work to Gradescope by the milestone deadline.
Please fill this out and submit your work to Gradescope by the deadline.

### Output Comparison
Run the program with the specified `.ini` config file to compare your output against the reference images. The program should automatically save to the correct path for the images to appear below.

Note that your outputs do **not** need to exactly match the reference outputs. There are several factors that may result in minor differences, such as your choice of tone-map and randomness.
Note that your outputs do **not** need to exactly match the reference outputs. There are several factors that may result in minor differences, such as your choice of tone mapping and randomness.

> 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
Expand All @@ -15,9 +15,9 @@ Note that your outputs do **not** need to exactly match the reference outputs. T
| `.ini` File To Produce Output | Expected Output | Your Output |
| :---------------------------------------: | :--------------------------------------------------: | :-------------------------------------------------: |
| cornell_box_indirect_lighting.ini | ![](https://raw.githubusercontent.com/BrownCSCI1230/scenefiles/main/intersect/required_outputs/unit_cone.png) | ![Place cornell_box_indirect_lighting.png in student_outputs/required folder](student_outputs/required/cornell_box_indirect_lighting.png) |
| unit_cone_cap.ini | ![](https://raw.githubusercontent.com/BrownCSCI1230/scenefiles/main/intersect/required_outputs/unit_cone_cap.png) | ![Place unit_cone_cap.png in student_outputs/intersect/required folder](student_outputs/intersect/required/unit_cone_cap.png) |
| unit_cube.ini | ![](https://raw.githubusercontent.com/BrownCSCI1230/scenefiles/main/intersect/required_outputs/unit_cube.png) | ![Place unit_cube.png in student_outputs/intersect/required folder](student_outputs/intersect/required/unit_cube.png) |
| cornell_box_indirect_lighting.ini | ![](example-scenes/ground_truth/diffuse_indirect_lighting_20spp_512px.png) | ![Place cornell_box_indirect_lighting.png in student_outputs/required folder](student_outputs/required/cornell_box_indirect_lighting.png) |
| sphere_indirect_lighting.ini | ![](example-scenes/ground_truth/sphere_diffuse_indirect_lighting_20spp_512px.png) | ![Place sphere_indirect_lighting.png in student_outputs/intersect/required folder](student_outputs/required/sphere_indirect_lighting.png) |



<!-- ### Design Choices
Expand Down

0 comments on commit 0377f4d

Please sign in to comment.