Signature
Parameters
Variables | Description |
---|---|
objX, objY, objZ |
Specify the object coordinates.
|
model |
Specifies the current modelview matrix (as from a
glGetDoublev
call).
|
proj |
Specifies the current projection matrix (as from a
glGetDoublev
call).
|
view |
Specifies the current viewport (as from a
glGetIntegerv
call).
|
winX, winY, winZ |
Return the computed window coordinates.
|
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.
gluProject