WorldScaleTrackingMode

Defines how the position and orientation of a device are determined and how the WorldScaleSceneView's camera is synchronized with that position and orientation.

Since

200.7.0

Inheritors

Types

Link copied to clipboard

The camera is controlled using Google's ARCore Geospatial API. This mode uses a combination of VPS and GPS to determine the position and orientation of the device.

Link copied to clipboard

The camera is controlled using a combination of GPS for device location, and the device sensors and ARCore for device orientation. Tracking accuracy depends on the accuracy of the GPS signal. Manual calibration of the scene view's camera heading and elevation may be required using WorldScaleSceneViewScope.CalibrationView.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String