Matrix Operations
glLoadMatrix{f}{d}(const GLfloat *m);
glMultMatrix{f}{d} (const GLfloat *m);
- if t is current matrix then tm is the new one
glPushMatrix{f}{d} ();
- pushes copy of current matrix down on stack;
glPopMatrix();
- restores top of stack to be current matrix.