浏览代码

Examples: Improved webgl_,materials_car.

Mr.doob 5 年之前
父节点
当前提交
7841862a1c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      examples/screenshots/webgl_materials_car.jpg
  2. 2 2
      examples/webgl_materials_car.html

二进制
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 );