gluTessBeginContour

delimit a contour description

Signature

gluTessBeginContour( GLUtesselator* ( tess ) )-> void
gluTessBeginContour( tess )
gluTessBeginContour( POINTER(GLUtesselator)(tess) ) -> None
gluTessEndContour( GLUtesselator* ( tess ) )-> void
gluTessEndContour( tess )
gluTessEndContour( POINTER(GLUtesselator)(tess) ) -> None

Parameters

VariablesDescription
tess
Specifies the tessellation object (created with gluNewTess ).

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
OpenGLContext tests/glu_tess2.py Lines: 68
{LGPL} PyMT pymt/lib/squirtle.py Lines: 22, 895
{LGPL} PyMT pymt/graphx/bezier.py Lines: 40, 166
gluTessEndContour
OpenGLContext tests/glu_tess2.py Lines: 74
{LGPL} PyMT pymt/lib/squirtle.py Lines: 22, 898
{LGPL} PyMT pymt/graphx/bezier.py Lines: 40, 170