Mirrors
A mirror effect can be created by drawing the scene an extra time,
scaled by -1 in one direction.
Things that may be needed:
- Translate/rotate if mirror isn't at origin
- Crop the area of the mirror
- glClipPlane
- glFrontFace(GL_CW)
- Examples:
- mirror1.py
- mirror2.py