diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-12-07 16:23:20 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-12-07 16:23:20 -0500 |
commit | caa765bff49d54217b75aaf0e7acf4e5392a11e4 (patch) | |
tree | 9b92914dfb88b99599e8e60e4512e9e9ea9a25db /submission-intersect.md | |
parent | a9274459443f1d560d7580a162deb581549980cb (diff) |
upload base code
Diffstat (limited to 'submission-intersect.md')
-rw-r--r-- | submission-intersect.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/submission-intersect.md b/submission-intersect.md new file mode 100644 index 0000000..4a9047f --- /dev/null +++ b/submission-intersect.md @@ -0,0 +1,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 |