ソースを参照

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 ) );