ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



GLUTESSBEGINCONTOUR(3G)                                                              GLUTESSBEGINCONTOUR(3G)



NAME
       gluTessBeginContour, gluTessEndContour - delimit a contour description


C SPECIFICATION
       void gluTessBeginContour( GLUtesselator* tess )

       void gluTessEndContour( GLUtesselator* tess )


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

DESCRIPTION
       gluTessBeginContour  and  gluTessEndContour  delimit the definition of a polygon 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.   gluTessBeginContour  can  only  be
       called between gluTessBeginPolygon and gluTessEndPolygon.

SEE ALSO
       gluNewTess(3G),  gluTessBeginPolygon(3G),  gluTessVertex(3G),  gluTessCallback(3G),  gluTessProperty(3G),  gluTessNormal(3G),
       gluTessEndPolygon(3G)




                                                                                     GLUTESSBEGINCONTOUR(3G)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.