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

  
 
  

home | help
GLUTESSBEGINCONTOUR()					   GLUTESSBEGINCONTOUR()

NAME
     gluTessBeginContour, gluTessEndContour - delimit a contour description

C SPECIFICATION
     void gluTessBeginContour( GLUtesselator* tess )

     void gluTessEndContour( GLUtesselator* tess )

     delim $$

PARAMETERS
     tess  Specifies the tessellation object (created with gluNewTess).

DESCRIPTION
     gluTessBeginContour and gluTessEndContour delimit the definition of a poly-
     gon  contour. Within each gluTessBeginContour/gluTessEndContour pair, there
     can be zero or more calls to gluTessVertex. The vertices specify  a  closed
     contour  (the  last  vertex  of each contour is automatically linked to the
     first).  See the gluTessVertex reference page for more details.  gluTessBe-
     ginContour can only be called between gluTessBeginPolygon	and  gluTessEnd-
     Polygon.

SEE ALSO
     gluNewTess,     gluTessBeginPolygon,     gluTessVertex,	gluTessCallback,
     gluTessProperty, gluTessNormal, gluTessEndPolygon

							   GLUTESSBEGINCONTOUR()

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

home | help