Setting a Camera's distance (via constructor) causes issues when camera is applied to SceneView.

1063
0
01-16-2017 05:03 AM
CharlieMatherne1
New Contributor II

I've used the camera object (successfully) to move a location into view in my SceneView.  However, the minute I add a 15 meter distance...it starts zooming to Antarctica.

sceneView.SetViewPointCameraAsync(new Camera(mapPoint, 15.0, 0, 0, 0));
Tags (3)
0 Kudos
0 Replies