OpenGL man pages
gluTessBeginContour.3gl (GLU version 1.2 and later)NamegluTessBeginContour, gluTessEndContour - delimit a contour description C Specificationvoid gluTessBeginContour( GLUtesselator *tess ) void gluTessEndContour( GLUtesselator *tess ) Parameterstess Specifies the tessellation object (created with gluNewTess). DescriptiongluTessBeginContour and gluTessEndContour delimit the definition of a polygon contour. Within each gluTessBeginContour/gluTessEndContour pair, there can be zero or more calls to gluTessVertex. The vertices specify a closed contour (the last vertex of each contour is automatically linked to the first). See the gluTessVertex reference page for more details. gluTessBeginContour can only be called between gluTessBeginPolygon and gluTessEndPolygon. See AlsogluNewTess, gluTessBeginPolygon, gluTessVertex, gluTessCallback, gluTessProperty, gluTessNormal, gluTessEndPolygon Introduction | Alphabetic | Specification Last Edited:
Fri Dec 6 11:18:03 EST 1996
by
AFV |