Share via


gluNewTess

The gluNewTess function creates a tessellation object.

GLUtesselator *gluNewTess( void );

Parameters

This function has no parameters.

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.

Requirements

**  Windows NT/2000:** Requires Windows NT 3.5 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Declared in Glu.h.
**  Library:** Use Glu32.lib.

See Also

gluDeleteTess, gluTessBeginPolygon, gluTessCallback