Explorar el Código

Set a better starting camera position

Garrett Johnson hace 6 años
padre
commit
7801fac181
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_clipping_stencil.html

+ 1 - 1
examples/webgl_clipping_stencil.html

@@ -116,7 +116,7 @@
 				scene = new THREE.Scene();
 
 				camera = new THREE.PerspectiveCamera( 36, window.innerWidth / window.innerHeight, 1, 100 );
-				camera.position.set( 0, 1.3, 3 );
+				camera.position.set( 2, 2, 2 );
 
 				scene.add( new THREE.AmbientLight( 0xffffff, 0.5 ) );