Readonly
eventReadonly
eventEnables snapping for the orthographic camera mode during orbit. (Default: false)
Static
DEFAULT_Default camera ortho/zoom. Used for all camera modes except Perspective.
Static
DEFAULT_Default camera position. Used for camera modes Orthographic and Perspective.
Copies the camera settings (position, direction, target, mode ...) from the given CameraControl to this.
The navigation area is used to limit certain camera interactions. E.g. the maximum camera distance (zoom) depends on it. The area will not be updated automatically, it should be defined by the host application.
Performs zoom to fit on SceneElement basis. If pElements is null all elements in the scene will be used.
Optional
pOptions: CameraZoomToFitOptionsOptional
pOptions: CameraZoomToFitOptionsOptional
pOptions: CameraZoomToFitOptionsStatic
GetStatic
SetGenerated using TypeDoc
Can be used to disable camera navigation with left mouse button. This way the left mouse button is free to use for other interactions. Note: One finger touch navigation will still be possible. (Default: true)