We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac18f1 commit 5d280faCopy full SHA for 5d280fa
src/main/java/com/esri/samples/scene/choose_camera_controller/ChooseCameraControllerSample.java
@@ -119,7 +119,7 @@ public void start(Stage stage){
119
120
// create radio buttons for choosing camera controller
121
RadioButton orbitAeroplane = new RadioButton("ORBIT CAMERA AROUND AEROPLANE");
122
- RadioButton orbitLocation = new RadioButton("ORBIT CAMERA AROUND LOCATION");
+ RadioButton orbitLocation = new RadioButton("ORBIT CAMERA AROUND CRATER");
123
RadioButton globeCamera = new RadioButton("FREE PAN ROUND THE GLOBE");
124
globeCamera.setSelected(true);
125
0 commit comments