Signature
Parameters
Variables | Description |
---|---|
tess |
Specifies the tessellation object (created with
gluNewTess
).
|
Description
gluTessBeginContour
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 Also
Copyright
Copyright
1991-2006
Silicon Graphics, Inc. This document is licensed under the SGI
Free Software B License. For details, see
http://oss.sgi.com/projects/FreeB/
.
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
gluTessBeginContour
gluTessEndContour