소스 검색

Set a better starting camera position

Garrett Johnson 6 년 전
부모
커밋
7801fac181
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ) );