gluBeginPolygon

delimit a polygon description

Signature

gluBeginPolygon( GLUtesselator* ( tess ) )-> void
gluBeginPolygon( tess )
gluBeginPolygon( POINTER(GLUtesselator)(tess) ) -> None
gluEndPolygon( GLUtesselator* ( tess ) )-> void
gluEndPolygon( tess )
gluEndPolygon( POINTER(GLUtesselator)(tess) ) -> None

Parameters

VariablesDescription
tess
Specifies the tessellation object (created with gluNewTess ).