1GLUTESSBEGINCONTOUR(3G)                                GLUTESSBEGINCONTOUR(3G)
2
3
4

NAME

6       gluTessBeginContour, gluTessEndContour - delimit a contour description
7
8

C SPECIFICATION

10       void gluTessBeginContour( GLUtesselator* tess )
11
12       void gluTessEndContour( GLUtesselator* tess )
13
14

PARAMETERS

16       tess  Specifies the tessellation object (created with gluNewTess).
17

DESCRIPTION

19       gluTessBeginContour  and  gluTessEndContour delimit the definition of a
20       polygon  contour.  Within  each   gluTessBeginContour/gluTessEndContour
21       pair,  there  can  be zero or more calls to gluTessVertex. The vertices
22       specify a closed contour (the last vertex of each contour is  automatiā€
23       cally  linked  to the first).  See the gluTessVertex reference page for
24       more  details.   gluTessBeginContour  can  only   be   called   between
25       gluTessBeginPolygon and gluTessEndPolygon.
26

SEE ALSO

28       gluNewTess(3G),       gluTessBeginPolygon(3G),       gluTessVertex(3G),
29       gluTessCallback(3G),      gluTessProperty(3G),       gluTessNormal(3G),
30       gluTessEndPolygon
31
32
33
34                                                       GLUTESSBEGINCONTOUR(3G)
Impressum