Skip to main content

Interface: IOrthographicCameraOptions

Core-API.IOrthographicCameraOptions

Hierarchy

Properties

zoom

zoom: number

default 1

Inherited from

ICameraOptions.zoom

Defined in

webgi/src/interfaces.ts:200


aspect

aspect: number | "auto"

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

default 1

Inherited from

ICameraOptions.aspect

Defined in

webgi/src/interfaces.ts:205


controlsMode

controlsMode: string

Inherited from

ICameraOptions.controlsMode

Defined in

webgi/src/interfaces.ts:207


controlsEnabled

controlsEnabled: boolean

deprecated use controlsMode='' instead instead

Inherited from

ICameraOptions.controlsEnabled

Defined in

webgi/src/interfaces.ts:211


position

position: Vector3Tuple

Inherited from

ICameraOptions.position

Defined in

webgi/src/interfaces.ts:213


target

target: Vector3Tuple

Inherited from

ICameraOptions.target

Defined in

webgi/src/interfaces.ts:214


type

type: "OrthographicCamera"

Defined in

webgi/src/interfaces.ts:233


frustumSize

Optional frustumSize: number

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

default 1

Defined in

webgi/src/interfaces.ts:239


left

left: number

Camera frustum left plane.

default -1

Defined in

webgi/src/interfaces.ts:244


right: number

Camera frustum right plane.

default 1

Defined in

webgi/src/interfaces.ts:249


top

top: number

Camera frustum top plane.

default 1

Defined in

webgi/src/interfaces.ts:254


bottom

bottom: number

Camera frustum bottom plane.

default -1

Defined in

webgi/src/interfaces.ts:259