Query: glutessbegincontour
OS: mojave
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLUTESSBEGINCONTOUR(3G) GLUTESSBEGINCONTOUR(3G)NAMEgluTessBeginContour, gluTessEndContour - delimit a contour descriptionC SPECIFICATIONvoid gluTessBeginContour( GLUtesselator* tess ) void gluTessEndContour( GLUtesselator* tess )PARAMETERStess Specifies the tessellation object (created with gluNewTess).DESCRIPTIONgluTessBeginContour 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 automati- cally linked to the first). See the gluTessVertex reference page for more details. gluTessBeginContour can only be called between gluTessBeginPolygon and gluTessEndPolygon.SEE ALSOgluNewTess, gluTessBeginPolygon, gluTessVertex, gluTessCallback, gluTessProperty, gluTessNormal, gluTessEndPolygon GLUTESSBEGINCONTOUR(3G)
| Related Man Pages |
|---|
| glutessbegincontour(3g) - redhat |
| glutessendcontour(3g) - redhat |
| glutessendpolygon(3g) - xfree86 |
| glutessendcontour(3g) - xfree86 |
| glutessendcontour(3g) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Shopt -s histappend |
| My first PERL incarnation... Audio Oscillograph |
| Controlling user input |
| How can I direct messages from mac console.app to a log file? |
| Python 3.8.0rc1 released. |