gluTessEndPolygon

delimit a polygon description

Signature

gluTessEndPolygon( GLUtesselator* ( tess ) )-> void
gluTessEndPolygon( tess )
gluTessEndPolygon( 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.

gluTessEndPolygon
OpenGLContext tests/glu_tess2.py Lines: 76
{LGPL} PyMT pymt/lib/squirtle.py Lines: 23, 899
{LGPL} PyMT pymt/graphx/bezier.py Lines: 41, 171