cameraController

The camera controller manages the position, orientation, and movement of the camera for a SceneView. The controller handles user-interaction with the SceneView and updates the Camera. You can assign a CameraController with a specific navigation mode that is free roaming, following a moving target, fixed on a stationary target, or that supports AR transformation matrices. For more information, see CameraController.

The default camera is the GlobeCameraController.

Since

200.1.0

See also