TransformationMatrixCameraController

constructor()

Creates a TransformationMatrixCameraController object. When the controller is set on the scene view using SceneView.cameraController, the interaction mode will change for the active navigation model and be located at the origin camera's location and point along its rotation. The default camera has no rotation and is located at 0,0,15e6 meters.

Since

200.1.0


constructor(originCamera: Camera)

Creates a TransformationMatrixCameraController with a Camera to describe the original location. When the controller is set on the scene view using SceneView.cameraController, the interaction mode will change for the active navigation model and be located at the TransformationMatrix's location and point along its rotation.

Since

200.1.0