Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

gluTessBeginContour(3gl)


GLUTESSBEGINCONTOUR

GLUTESSBEGINCONTOUR

NAME
C SPECIFICATION
PARAMETERS
DESCRIPTION
SEE ALSO

NAME

gluTessBeginContour, gluTessEndContour − delimit a contour description

C SPECIFICATION

void gluTessBeginContour( GLUtesselator* tess )

void gluTessEndContour( GLUtesselator* tess )

Image /web_man_pages/man_unzipped/en/centos/5/5.31.png

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



gluTessBeginContour(3gl)