Skip to main content

Interface: IOrthographicCameraOptions

Core-API.IOrthographicCameraOptions

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: "OrthographicCamera"


frustumSize

Optional frustumSize: number

Camera frustum size. top, bottom, left, right are ignored if this is not undefined

default 1


left

left: number

Camera frustum left plane.

default -1


right: number

Camera frustum right plane.

default 1


top

top: number

Camera frustum top plane.

default 1


bottom

bottom: number

Camera frustum bottom plane.

default -1