glLoadIdentity()
An identity transformation does nothing - it transforms a point (x,y,z) back into itself.
Since translations, rotations, and scales accumulate, it's useful for clearing out the transformation state.
next