collada.camera.BoundPerspectiveCamera¶
- class collada.camera.BoundPerspectiveCamera(cam, matrix)¶
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.
- __init__(cam, matrix)¶
Methods
__init__(cam, matrix)Attributes
xfovHorizontal field of view, in degrees
yfovVertical field of view, in degrees
aspect_ratioAspect ratio of the field of view
znearDistance to the near clipping plane
zfarDistance to the far clipping plane
matrixThe matrix bound to
positionThe position of the camera
directionThe direction the camera is facing
upThe up vector of the camera
originalOriginal
collada.camera.PerspectiveCameraobject this is bound to.