Constructor TransformationMatrixCameraController
TransformationMatrixCameraController()
Initializes a new instance of the TransformationMatrixCameraController class.
Declaration
public TransformationMatrixCameraController()
Remarks
When the controller is set on the SceneView using the CameraController property, 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.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |
TransformationMatrixCameraController(Camera)
Initializes a new instance of the TransformationMatrixCameraController class with a Camera to describe the origin location.
Declaration
public TransformationMatrixCameraController(Camera originCamera)
Parameters
Type | Name | Description |
---|---|---|
Camera | originCamera | All following movements will be relative to the origin camera's location. |
Remarks
When the controller is set on the scene view using the CameraController property, interaction mode will change for the active navigation model and be located at the TransformationMatrix's location and point along its rotation.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |