Signature
Parameters
Variables | Description |
---|---|
tess |
Specifies the tessellation object (created with
gluNewTess
).
|
location |
Specifies the location of the vertex.
|
data |
Specifies an opaque pointer passed back to the program with the vertex callback
(as specified by
gluTessCallback
).
|
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.
gluTessVertex