OrthographicCamera

class pythreejs.OrthographicCamera(left=0, right=0, top=0, bottom=0, near=0.1, far=2000)[source]

OrthographicCamera

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/cameras/OrthographicCamera

Inherits Camera.

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

zoom
CFloat(1, allow_none=False).tag(sync=True)
left
CFloat(0, allow_none=False).tag(sync=True)
right
CFloat(0, allow_none=False).tag(sync=True)
top
CFloat(0, allow_none=False).tag(sync=True)
bottom
CFloat(0, 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)
type
Unicode("OrthographicCamera", allow_none=False).tag(sync=True)
bottom = CFloat(0)

a float

far = CFloat(2000)

a float

left = CFloat(0)

a float

near = CFloat(0.1)

a float

right = CFloat(0)

a float

top = CFloat(0)

a float

type = Unicode('OrthographicCamera')

a unicode string

zoom = CFloat(1)

a float