Please fill this out and submit your work to Gradescope by the deadline.
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 in the table below.
If you are not using the Qt framework, you may also produce your outputs otherwise so long as you place them in the correct directories as specified in the table. In this case, please also describe how your code can be run to reproduce your outputs
Qt Creator users: If your program can't find certain files or you aren't seeing your output images appear, make sure to:
- Set your working directory to the project directory
- Set the command-line argument in Qt Creator to
template_inis/final/<ini_file_name>.ini
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.
Please do not attempt to duplicate the given reference images; we have tools to detect this.
Note: The reference images above were produced using the Extended Reinhard tone mapping function with minor gamma correction. You may choose to use another mapping function or omit gamma correction.
Please list all the features your path tracer implements.
Briefly explain your implementation of any extra features, provide output images, and describe what each image demonstrates.