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)

Description

gluNewTess creates and returns a pointer to a new tessellation object. This object must be referred to when calling tessellation functions. A return value of 0 means that there is not enough memory to allocate the object.

See Also

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: 43
{LGPL} PyMT pymt/graphx/bezier.py Lines: 39, 140
{LGPL} PyMT pymt/lib/squirtle.py Lines: 21, 405