1GLUNEWTESS(3G) OpenGL Manual GLUNEWTESS(3G)
2
3
4
6 gluNewTess - create a tessellation object
7
9 GLUtesselator* gluNewTess(
10
12 gluNewTess creates and returns a pointer to a new tessellation object.
13 This object must be referred to when calling tessellation functions. A
14 return value of 0 means that there is not enough memory to allocate the
15 object.
16
18 gluTessBeginPolygon(), gluDeleteTess(), gluTessCallback()
19
21 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
22 under the SGI Free Software B License. For details, see
23 http://oss.sgi.com/projects/FreeB/.
24
26 opengl.org
27
28
29
30opengl.org 06/10/2014 GLUNEWTESS(3G)