We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf36de5 commit 558f48bCopy full SHA for 558f48b
1 file changed
src/three/renderer/controls/EnvironmentControls.js
@@ -192,7 +192,6 @@ export class EnvironmentControls extends EventDispatcher {
192
*/
193
this.useFallbackPlane = true;
194
195
- // flight
196
/**
197
* When true, enables keyboard flight: W/A/S/D and arrow keys move forward/back/strafe, Q/E move
198
* up/down, and Shift multiplies speed by `flightSpeedMultiplier`. Right-click or Shift+left-click
@@ -214,7 +213,6 @@ export class EnvironmentControls extends EventDispatcher {
214
213
215
this.flightSpeedMultiplier = 4;
216
217
-
218
// settings for GlobeControls
219
this.scaleZoomOrientationAtEdges = false;
220
this.autoAdjustCameraRotation = true;
0 commit comments