OrbitLocationCameraController

constructor(targetPoint: Point, distance: Double)

Creates an orbit camera controller object with the given target point and distance from that point. The orbit camera controller locks navigation around a target point. When this camera controller is applied, using SceneView.cameraController, navigation interaction always focuses on the target point object. In this mode, the user can rotate around and zoom in and out from the point. Once specified, the target point cannot be changed.

Since

200.1.0


constructor(targetPoint: Point, cameraPoint: Point)

Create an orbit camera controller object with a target point and a camera point. The orbit camera controller calculates the distance of the camera from the target point and locks navigation around that target point. When this camera controller is applied, using SceneView.cameraController, navigation interaction always focuses on the target point object. In this mode, the user can rotate around and zoom in and out from the point. Once specified, the target point cannot be changed.

Since

200.1.0