Scene graphs - be able to create the scene graph for a particular structure (car, robot, robotic arm, ...)
- Draw picture of object with lengths, angles, type of movement, etc.
- Draw the associated scene graph with the precise transformations identified.
- Implement the sequence of "opengl operations" (using RotateX(theta), RotateY(theta), RotateZ(theta), Translate(x,y,z),
Scale(x,y,z), PushMatrix, PopMatrix).
You don't need to know the exact syntax but the type and order of the operations is important.