The OpenGL Utility Library
The OpenGL Utility Library (GLU) provides a number of higher level drawing routines and utility functions on top of OpenGL. As such it provides functionality for:
- Mipmapping,
- Matrix manipulation
- Polygon tessellation
- Quadrics
- NURBS
- Error handling
Version 1.3 of the GLU specification can be found on the OpenGL website (PDF).
Resources: