Skip to main content

Interface: IPerspectiveCameraOptions

Core-API.IPerspectiveCameraOptions

Hierarchy

Properties

zoom

zoom: number

default 1

Inherited from

ICameraOptions.zoom


aspect

aspect: number | "auto"

Camera frustum aspect ratio, window width divided by window height.

default 1

Inherited from

ICameraOptions.aspect


controlsMode

controlsMode: string

Inherited from

ICameraOptions.controlsMode


controlsEnabled

controlsEnabled: boolean

deprecated use controlsMode='' instead instead

Inherited from

ICameraOptions.controlsEnabled


position

position: Vector3Tuple

Inherited from

ICameraOptions.position


target

target: Vector3Tuple

Inherited from

ICameraOptions.target


type

type: "PerspectiveCamera"


fov

fov: number

Camera frustum vertical field of view, from bottom to top of view, in degrees.

default 50


focus

focus: number

default 10