Browse Source

Examples: Improved webgl_,materials_car.

Mr.doob 5 years ago
parent
commit
7841862a1c
2 changed files with 2 additions and 2 deletions
  1. BIN
      examples/screenshots/webgl_materials_car.jpg
  2. 2 2
      examples/webgl_materials_car.html

BIN
examples/screenshots/webgl_materials_car.jpg


+ 2 - 2
examples/webgl_materials_car.html

@@ -70,8 +70,8 @@
 
 				//
 
-				camera = new THREE.PerspectiveCamera( 30, window.innerWidth / window.innerHeight, 0.1, 100 );
-				camera.position.set( 5, 2.5, - 6 );
+				camera = new THREE.PerspectiveCamera( 40, window.innerWidth / window.innerHeight, 0.1, 100 );
+				camera.position.set( 3.5, 2, - 4.5 );
 
 				controls = new OrbitControls( camera, container );
 				controls.target.set( 0, 0.5, 0 );