Query: glutessendcontour
OS: centos
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLUTESSBEGINCONTOUR(3G) OpenGL Manual GLUTESSBEGINCONTOUR(3G)NAMEgluTessBeginContour - delimit a contour descriptionC SPECIFICATIONvoid gluTessBeginContour(GLUtesselator* tess);C SPECIFICATIONvoid 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 automatically linked to the first). See the gluTessVertex() reference page for more details. gluTessBeginContour can only be called between gluTessBeginPolygon() and gluTessEndPolygon().SEE ALSOgluNewTess(), gluTessBeginPolygon(), gluTessCallback(), gluTessEndPolygon(), gluTessNormal(), gluTessProperty(), gluTessVertex()COPYRIGHTCopyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.AUTHORSopengl.org opengl.org 06/10/2014 GLUTESSBEGINCONTOUR(3G)
Related Man Pages |
---|
glutessbeginpolygon(3g) - mojave |
glutessendpolygon(3g) - redhat |
glutessendcontour(3g) - redhat |
glutessendpolygon(3g) - xfree86 |
glutessendcontour(3g) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
CentOS7 restoring file capabilities |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |