Skip to content

Commit 5f11b92

Browse files
authored
Merge pull request #314 from Esri/choose-camera-controller
Minor edits to Choose camera controller following sample review
2 parents 05e60fd + ab22693 commit 5f11b92

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
741 Bytes
Loading

src/main/java/com/esri/samples/scene/choose_camera_controller/ChooseCameraControllerSample.java

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

120120
// create radio buttons for choosing camera controller
121121
RadioButton orbitAeroplane = new RadioButton("ORBIT CAMERA AROUND AEROPLANE");
122-
RadioButton orbitLocation = new RadioButton("ORBIT CAMERA AROUND LOCATION");
122+
RadioButton orbitLocation = new RadioButton("ORBIT CAMERA AROUND CRATER");
123123
RadioButton globeCamera = new RadioButton("FREE PAN ROUND THE GLOBE");
124124
globeCamera.setSelected(true);
125125

src/main/java/com/esri/samples/scene/choose_camera_controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h2>How to use the sample</h2>
1212

13-
<p> The application loads with the default globe camera controller. To rotate and fix the scene around the aeroplane, exit globe mode by hitting the "Orbit camera around aeroplane" button (i.e. camera will now be fixed to the aeroplane). Hit the "Orbit camera around location" button to rotate and centre the scene around a location in the scene, or hit the "Free pan round the globe" button to return to default free navigation.</p>
13+
<p> The application loads with the default globe camera controller. To rotate and fix the scene around the aeroplane, exit globe mode by choosing the "Orbit camera around aeroplane" option (i.e. camera will now be fixed to the aeroplane). Choose the "Orbit camera around crater" option to rotate and centre the scene around the location of the Upheaval Dome crater structure, or choose the "Free pan round the globe" option to return to default free navigation.</p>
1414

1515
<h2>How it works</h2>
1616

0 commit comments

Comments
 (0)