Data Fields | |
| PyObject_HEAD float | fovAngle |
| float | nearPlane |
| float | farPlane |
| int | projection |
| int | stereoMode |
| float | eyeSeparation |
| float | eyeX |
| float | eyeY |
| float | eyeZ |
| float | focusX |
| float | focusY |
| float | focusZ |
| float | upX |
| float | upY |
| float | upZ |
Definition at line 73 of file glmodule.c.
| float eyeSeparation |
Definition at line 84 of file glmodule.c.
| float eyeX |
Definition at line 86 of file glmodule.c.
| float eyeY |
Definition at line 87 of file glmodule.c.
| float eyeZ |
Definition at line 88 of file glmodule.c.
| float farPlane |
Definition at line 79 of file glmodule.c.
| float focusX |
Definition at line 89 of file glmodule.c.
| float focusY |
Definition at line 90 of file glmodule.c.
| float focusZ |
Definition at line 91 of file glmodule.c.
| PyObject_HEAD float fovAngle |
Definition at line 77 of file glmodule.c.
| float nearPlane |
Definition at line 78 of file glmodule.c.
| int projection |
Definition at line 81 of file glmodule.c.
| int stereoMode |
Definition at line 83 of file glmodule.c.
| float upX |
Definition at line 92 of file glmodule.c.
| float upY |
Definition at line 93 of file glmodule.c.
| float upZ |
Definition at line 94 of file glmodule.c.
1.8.5