collada.camera.BoundOrthographicCamera¶
- class collada.camera.BoundOrthographicCamera(cam, matrix)¶
Orthographic 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
xmagHorizontal magnification of the view
ymagVertical magnification of the view
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.OrthographicCameraobject this is bound to.