Browse Source

改了一点相机的参数

xushiting 5 years ago
parent
commit
218cd45b9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/Fdage1.html

+ 1 - 1
examples/Fdage1.html

@@ -58,7 +58,7 @@
 
 				//
 
-				camera = new THREE.PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 100, 2000000 );
+				camera = new THREE.PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 1, 2000000 );
 				camera.position.set( -3, 0.4, -18 );
 				camera.updateProjectionMatrix();
 				scene = new THREE.Scene();