Просмотр исходного кода

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

Michael Herzog 1 месяц назад
Родитель
Сommit
a8ff0aee93
2 измененных файлов с 1 добавлено и 1 удалено
  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 );
 				document.body.appendChild( renderer.domElement );
 
 
 				camera = new THREE.PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 1, 1000 );
 				camera = new THREE.PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 1, 1000 );
-				camera.position.set( 0, 200, - 400 );
+				camera.position.set( 0, 200, - 200 );
 
 
 				// controls
 				// controls
 
 

BIN
examples/screenshots/misc_controls_map.jpg


粤ICP备19079148号