gluNextContour

mark the beginning of another contour

Signature

gluNextContour( GLUtesselator* ( tess ) , GLenum ( type ) )-> void
gluNextContour( tess , type )
gluNextContour( POINTER(GLUtesselator)(tess), GLenum(type) ) -> None

Parameters

VariablesDescription
tess
Specifies the tessellation object (created with gluNewTess ).
type
Specifies the type of the contour being defined. Valid values are GLU_EXTERIOR , GLU_INTERIOR , GLU_UNKNOWN , GLU_CCW , and GLU_CW .