gluTessBeginContour.3G - Man Page

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

Referenced By

gluBeginPolygon.3G(3), gluNextContour.3G(3), gluTessBeginPolygon.3G(3), gluTessCallback.3G(3), gluTessEndPolygon.3G(3), gluTessVertex.3G(3).