3D Computer Graphics
Essential Questions:
How are 3D models represented in a computer?
How are 3D models rendered on a 2D graphics display?
Content:
* vertex list, edge list, and polygon mesh model representation
* translation, rotation, and scaling of vertices
* using matrices to represent vertex transformations
Assessment:
* write a 3D wireframe renderer and animator