Browse Source

webgl_loader_ctm_materials tweaks.

Mr.doob 9 years ago
parent
commit
1ffcc5b61a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/webgl_loader_ctm_materials.html

+ 2 - 2
examples/webgl_loader_ctm_materials.html

@@ -84,12 +84,12 @@
 
 				// CAMERA
 
-				camera = new THREE.PerspectiveCamera( 25, SCREEN_WIDTH / SCREEN_HEIGHT, 1, 10000 );
+				camera = new THREE.PerspectiveCamera( 30, SCREEN_WIDTH / SCREEN_HEIGHT, 1, 10000 );
 				camera.position.set( 185, 40, 170 );
 
 				controls = new THREE.OrbitControls( camera );
 				controls.maxPolarAngle = Math.PI / 2;
-				controls.minDistance = 200;
+				controls.minDistance = 150;
 				controls.maxDistance = 500;
 
 				// SCENE