You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill this out for Lights, Camera only. The project handout can be found here.
Output Comparison
Run the program, open the specified .json file, follow the instructions to set the parameters, and save the image with the specified file name using the "Save image" button in the UI. It should automatically suggest the correct directory - again, be sure to follow the instructions in the left column to set the file name. Once you save the images, they will appear in the table below.
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
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.
VBO for each shape type is only created once on initializeGL, and updated whenever relevant settings are changed.
Collaboration/References
None
Known Bugs
Cone cap normal is wrong. Was confused because in lab08 it looks very similar to handout. Messed with it for a day and posted on Ed, but wasn't able to correct it in time.