Browse Source

Examples: Improve `MapControls` demo. (#33171)

Michael Herzog 1 month ago
parent
commit
a8ff0aee93
2 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/misc_controls_map.html
  2. BIN
      examples/screenshots/misc_controls_map.jpg

+ 1 - 1
examples/misc_controls_map.html

@@ -57,7 +57,7 @@
 				document.body.appendChild( renderer.domElement );
 
 				camera = new THREE.PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 1, 1000 );
-				camera.position.set( 0, 200, - 400 );
+				camera.position.set( 0, 200, - 200 );
 
 				// controls
 

BIN
examples/screenshots/misc_controls_map.jpg


粤ICP备19079148号