Rubric

Keep in mind that 36 students have already been assessed using this rubric. Changing it will affect their evaluations.
Assignment 8 Rubric (1)
Assignment 8 Rubric (1)
Criteria Ratings Pts
1r. Have a 2D plane with a single texture mapped side-by-side.
If you're texture is a picture of a stick figure, we should see two stick figures on the same plane side-by-side.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
2r. Have a cube with the same texture mapped to each face.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
3r. Have a sky box.
This will involved having a large cube around the scene, with a different texture mapped to each face giving the illusion that we're in a real space. You are free (and encouraged to) use the provided textures.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
4r. Have a sphere which reflects the sky box (environment mapping).
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
5r. Be able to pan and rotate the camera with mouse.
At a minimum, we should be able to move the camera enough so that we can see all sides of the models. You don't have to have controls as complex as in the last assignment.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
1e. Have a pyramid with environment mapping in your scene.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
2e. Have a button to load a new set of textures for the skybox.
User can load a new set of 6 textures to update the skybox.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
3e. Have buttons to increase and decrease the size of the plane.
As the user increases the size of the plane, one should see more textures side-by-side (instead of stretching the texture).
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
4e. Add a base color to the cube and mix it with the color from the texture.
Add a color value per vertex of the cube and change the cube fragment shader to mix this color with the color coming from the texture.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--