gluNewTess
[New
- Windows 95, OEM Service Release 2]
The gluNewTess function creates a tessellation
object.
GLUtesselator* gluNewTess(
void |
|
); |
|
Remarks
The gluNewTess function creates and returns a
pointer to a new tessellation object. Refer to this object when calling
tessellation functions. A return value of zero means there is not enough memory
to allocate to the object.
See Also
gluDeleteTess, gluTessBeginPolygon