gluTessBeginContour

delimit a contour description

Signature

gluTessBeginContour( GLUtesselator* ( tess ) )-> void
gluTessBeginContour( tess )
gluTessBeginContour( POINTER(GLUtesselator)(tess) ) -> None
gluTessEndContour( GLUtesselator* ( tess ) )-> void
gluTessEndContour( tess )
gluTessEndContour( POINTER(GLUtesselator)(tess) ) -> None

Parameters

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

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

gluTessBeginContour
OpenGLContext tests/glu_tess2.py Lines: 68
OpenGLContext OpenGLContext/scenegraph/polygontessellator.py Lines: 86
{LGPL} PyMT pymt/lib/squirtle.py Lines: 22, 895
{LGPL} PyMT pymt/graphx/bezier.py Lines: 40, 166
gluTessEndContour
OpenGLContext tests/glu_tess2.py Lines: 74
OpenGLContext OpenGLContext/scenegraph/polygontessellator.py Lines: 95
{LGPL} PyMT pymt/lib/squirtle.py Lines: 22, 898
{LGPL} PyMT pymt/graphx/bezier.py Lines: 40, 170

Copyright Notices

This documentation is based on documentation licensed under the SGI Free Software License B.

AltStyle によって変換されたページ (->オリジナル) /