gluTessBeginPolygon

delimit a polygon description

Signature

gluTessBeginPolygon( GLUtesselator* ( tess ) , GLvoid* ( data ) )-> void
gluTessBeginPolygon( tess , data )
Start definition of polygon in the tessellator

Parameters

VariablesDescription
tess
Specifies the tessellation object (created with gluNewTess ).
data
Specifies a pointer to user polygon data.

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.

gluTessBeginPolygon
OpenGLContext tests/glu_tess2.py Lines: 66
{LGPL} PyMT pymt/lib/squirtle.py Lines: 22, 893
{LGPL} PyMT pymt/graphx/bezier.py Lines: 40, 165