-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
corrected milestone/final readme mixup
- Loading branch information
1 parent
5704532
commit 0377f4d
Showing
2 changed files
with
6 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters