gluNewTess

create a tessellation object

Signature

gluNewTess( )-> GLUtesselator*
gluNewTess( ) -> <class 'OpenGL.GLU.tess.LP_GLUtesselator'>
Get a new tessellator object (just unpacks the pointer for you)

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.

gluNewTess
OpenGLContext tests/glu_tess2.py Lines: 42
{LGPL} PyMT pymt/lib/squirtle.py Lines: 21, 405
{LGPL} PyMT pymt/graphx/bezier.py Lines: 39, 140