PerspectiveCamera

class pythreejs.PerspectiveCamera(fov=50, aspect=1, near=0.1, far=2000)[source]

PerspectiveCamera

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

Inherits Camera.

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

fov
IEEEFloat(50, allow_none=False).tag(sync=True)
zoom
IEEEFloat(1, allow_none=False).tag(sync=True)
near
IEEEFloat(0.1, allow_none=False).tag(sync=True)
far
IEEEFloat(2000, allow_none=False).tag(sync=True)
focus
IEEEFloat(10, allow_none=False).tag(sync=True)
aspect
IEEEFloat(1, allow_none=False).tag(sync=True)
type
Unicode("PerspectiveCamera", allow_none=False).tag(sync=True)
aspect = IEEEFloat(1)

a float

far = IEEEFloat(2000)

a float

focus = IEEEFloat(10)

a float

fov = IEEEFloat(50)

a float

near = IEEEFloat(0.1)

a float

type = Unicode('PerspectiveCamera')

a unicode string

zoom = IEEEFloat(1)

a float