Skip to main content

Enumeration: CameraControls

viewer.CameraControls

Enumeration for camera controls.

description Specifies different modes for how the camera is controlled through pointer, keyboard or other modes of input.

readonly

Enumeration members#

Custom#

• Custom = 0

Control the camera with custom logic by attaching a custom camera controls instance to the Viewer.

Defined in#

viewer/enums/CameraControls.ts:17


Earth#

• Earth = 1

Control the camera from a birds perspective to get an overview.

Defined in#

viewer/enums/CameraControls.ts:23


Street#

• Street = 2

Control the camera in a first person view from the street level perspective.

Defined in#

viewer/enums/CameraControls.ts:29