A.4. Clip PlanesAlthough OpenGL clips all geometry outside the view volume, you can clip geometry further with application-specified clip planes. Clip planes were introduced in OpenGL version 1.0. Modeling applications commonly use clip planes to render cutaway views of models. To use clip planes:
The plane equation defines a half-space. While the plane equation is enabled, OpenGL renders geometry if it falls within the half-space and clips it otherwise. For further information on clip planes, see Chapter 3, "Viewing," of OpenGL® Programming Guide and "glClipPlane" in OpenGL® Reference Manual. |