A scene view for displaying ARKit/ARCore features on mobile devices using the QML API. More...
Import Statement: | import |
Since: | Esri::ArcGISArToolkit 100.6 |
Properties
- originCamera : Camera
- sceneView : SceneView
Methods
- screenToLocation(x, y)
Detailed Description
The Augmented Reality toolkit provides support for ARKit for iOS and Android. The Augmented Reality (AR) toolkit component allows quick and easy integration of AR into your application for a variety of scenarios.
See see the AR README on GitHub for details.
Property Documentation
The ArcGIS scene view used to display the scene.
The space effect of the scene view is set to SpaceEffect::Transparent
and the atmosphere effect is set to AtmosphereEffect::None
.
Method Documentation
Gets the real world location to the corresponding x and y screen coordinates.