![]() |
3DCoat Python API
The 3DCoat Python API documentation.
|
This is the complete list of members for coat.Camera, including all inherited members.
| getForward() | coat.Camera | static |
| getPivot() | coat.Camera | static |
| getPosition() | coat.Camera | static |
| getRight() | coat.Camera | static |
| getScreenToWorldSpace(vec3 screen_pos) | coat.Camera | static |
| getUp() | coat.Camera | static |
| getWorldToScreenSpace(vec3 world_pos) | coat.Camera | static |
| isOrtho() | coat.Camera | static |
| rotateToGradually(vec3 destination_dir) | coat.Camera | static |
| setCamera(vec3 position, vec3 lookAt, float fovY, vec3 up=vec3.Zero) | coat.Camera | static |
| setOrtho(bool ortho) | coat.Camera | static |
| setPivot(vec3 pivot) | coat.Camera | static |