Next: 3 OpenGL's X Support Up: 2 OpenGL's Functionality Previous: 2.5 Other Features

2.6 The GLU Library

The core OpenGL API focuses on rendering functionality but there are a number of tasks common to many 3D programs that are not strictly related to rendering. For this reason, the OpenGL standard also provides the OpenGL Utility Library (GLU). The GLU routines (all prefixed with glu) fall into one of the following areas:

The GLU is a separate but standard library that any OpenGL application can use.


mjk@asd.sgi.com
Wed Oct 19 18:06:42 PDT 1994