CombinedCamera

class pythreejs.CombinedCamera(width=0, height=0, fov=50, near=0.1, far=2000, orthoNear=0.1, orthoFar=2000)[source]

CombinedCamera

Autogenerated by generate-wrappers.js This class is a custom class for pythreejs, with no direct corresponding class in three.js.

Inherits Camera.

Three.js docs: https://threejs.org/docs/#api/cameras/CombinedCamera

fov
CFloat(50, allow_none=False).tag(sync=True)
zoom
CFloat(1, allow_none=False).tag(sync=True)
near
CFloat(0.1, allow_none=False).tag(sync=True)
far
CFloat(2000, allow_none=False).tag(sync=True)
orthoNear
CFloat(0.1, allow_none=False).tag(sync=True)
orthoFar
CFloat(2000, allow_none=False).tag(sync=True)
width
CFloat(0, allow_none=False).tag(sync=True)
height
CFloat(0, allow_none=False).tag(sync=True)
mode
Enum(['perspective', 'orthographic'], "perspective", allow_none=False).tag(sync=True)
impersonate
Bool(True, allow_none=False).tag(sync=True)
type
Unicode("CombinedCamera", allow_none=False).tag(sync=True)
far = CFloat(2000)

a float

fov = CFloat(50)

a float

height = CFloat(0)

a float

impersonate = Bool(True)

a boolean

mode = Enum('perspective')

any of [‘perspective’, ‘orthographic’]

near = CFloat(0.1)

a float

orthoFar = CFloat(2000)

a float

orthoNear = CFloat(0.1)

a float

type = Unicode('CombinedCamera')

a unicode string

width = CFloat(0)

a float

zoom = CFloat(1)

a float