浏览代码

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