Obsolete Routine Replace with gluBeginPolygon gluTessBeginPolygon; gluTessBeginContour gluEndPolygon gluTessEndContour; gluTessEndPolygon gluNextContour gluTessEndContour; gluTessBeginContour
The following routines are new in GLU version 1.2:
gluGetTessProperty gluTessBeginContour gluTessBeginPolygon gluTessEndContour gluTessEndPolygon gluTessNormal gluTessProperty
Some routines have had an argument or return-value changed from ``GLUtriangulatorObj *'' to ``GLUtesselator *''. Since the GLU header file for version 1.2 has a typedef from GLUtriangulatorObj to GLUtesselator, source code should not need any immediate changes. However, at some time the source code should be moved to the GLU version 1.2 name.
gluBeginPolygon gluDeleteTess gluEndPolygon gluNewTess gluNextContour gluTessCallback gluTessVertex
One routine has been expanded to support more valid values for the which argument:
gluTessCallback
To distinguish what version of the GLU library you are using at compile time, check for the following pre-processor symbols:
none defined version 1.0 GLU_VERSION_1_1 version 1.1 or later GLU_VERSION_1_2 version 1.2 or later
Introduction | Alphabetic | Specification
Last Edited: Mon, May 22, 1995