Multiple Models + Materials
TODO Some of the transforms in this assignment need improved!
Check your repo for the MultipleModel program. Follow the TODOs and complete the program.
Rubric | | | | |----------------------|------------------|---------------| |Load the teapot model | 0 : Incomplete | 3 : Complete | |Transform the teapot | 0 : Incomplete | 3 : Complete | |Rotate entire scene | 0 : Incomplete | 4 : Complete |
Some hints:
- Keep the camera code that looks at the centroid for the first model
- In
timeStep()
, you will need to handle rotattions for both models - In
display()
, you will need to handle uniform uploads for both models
Here's an example of the scene.