Skip to content

Commit 436fe9b

Browse files
authored
Merge pull request #201 from Esri/john0005/Issue_1154
removing roll from Feature Layer rendering mode sample
2 parents a4c6e19 + ea2f37d commit 436fe9b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-2.35 MB
Loading
-119 KB
Loading

src/main/java/com/esri/samples/scene/feature_layer_rendering_mode_scene/FeatureLayerRenderingModeSceneSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void start(Stage stage) throws Exception {
9595

9696
// camera locations for camera to zoom in and out to
9797
Camera zoomOutCamera = new Camera(new Point(-118.37, 34.46, SpatialReferences.getWgs84()), 42000, 0, 0, 0);
98-
Camera zoomInCamera = new Camera(new Point(-118.45, 34.395, SpatialReferences.getWgs84()), 2500, 90, 75, 90);
98+
Camera zoomInCamera = new Camera(new Point(-118.45, 34.395, SpatialReferences.getWgs84()), 2500, 90, 75, 0);
9999
sceneViewTop.setViewpointCamera(zoomOutCamera);
100100
sceneViewBottom.setViewpointCamera(zoomOutCamera);
101101

0 commit comments

Comments
 (0)