[ Next Article |
Previous Article |
Book Contents |
Library Home |
Legal |
Search ]
OpenGL 1.2 for AIX: Reference Manual
gluTessBeginContour, gluTessEndContour
Purpose
Delimits a contour description.
Library
C bindings library: libGL.a
C Syntax
void gluTessBeginContour( GLUtesselator* tess)
void gluTessEndContour( GLUtesselator* tess)
Description
The gluTessBeginContour subroutine and gluTessEndContour subroutine 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.
Parameters
tess |
Specifies the tessellation object (created with gluNewTess). |
Related Information
The gluNewTess subroutine,
gluTessBeginPolygon subroutine,
gluTessVertex subroutine,
gluTessCallback subroutine,
gluTessProperty subroutine,
gluTessNormal subroutine,
gluTessEndPolygon subroutine.
[ Next Article |
Previous Article |
Book Contents |
Library Home |
Legal |
Search ]