collada.camera

Contains objects for representing cameras

Classes

BoundCamera()

Base class for bound cameras

BoundOrthographicCamera(cam, matrix)

Orthographic camera bound to a scene with a transform.

BoundPerspectiveCamera(cam, matrix)

Perspective camera bound to a scene with a transform.

Camera()

Base camera class holding data from <camera> tags.

OrthographicCamera(id, znear, zfar[, xmag, ...])

Orthographic camera as defined in COLLADA tag <orthographic>.

PerspectiveCamera(id, znear, zfar[, xfov, ...])

Perspective camera as defined in COLLADA tag <perspective>.