Bases: collada.camera.BoundCamera
Perspective camera bound to a scene with a transform. This gets created when a camera is instantiated in a scene. Do not create this manually.
Methods
__init__(cam, matrix) |
Horizontal field of view, in degrees
Vertical field of view, in degrees
Aspect ratio of the field of view
Distance to the near clipping plane
Distance to the far clipping plane
The matrix bound to
The position of the camera
The direction the camera is facing
The up vector of the camera
Original collada.camera.PerspectiveCamera object this is bound to.