Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GLUNEWTESS()							    GLUNEWTESS()

NAME
     gluNewTess - create a tessellation object

C SPECIFICATION
     GLUtesselator* gluNewTess( void )

     delim $$

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

SEE ALSO
     gluTessBeginPolygon, gluDeleteTess, gluTessCallback

								    GLUNEWTESS()

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gluNewTess&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help