OpenGL.GLU.tess

Wrapper/Implementation of the GLU tessellator objects for PyOpenGL

Functions

gluNewTess( ) -> <class 'OpenGL.GLU.tess.LP_GLUtesselator'>
Get a new tessellator object (just unpacks the pointer for you)
gluTessBeginPolygon( tess , data )
Start definition of polygon in the tessellator
gluTessCallback( tess , which , function )
Set a given gluTessellator callback for the given tessellator
gluTessVertex( tess , location , data = None )
Add a vertex to the tessellator's current polygon

Classes

Implementation class for GLUTessellator structures in OpenGL-ctypes