提交 19a0947e 编写于 作者: M Mr.doob

Improved camera in webgl_materials_cars example.

上级 e038c857
......@@ -83,8 +83,8 @@
var container = document.getElementById( 'container' );
camera = new THREE.PerspectiveCamera( 50, window.innerWidth / window.innerHeight, 1, 200 );
camera.position.set( 3.25, 1.25, -5 );
camera = new THREE.PerspectiveCamera( 50, window.innerWidth / window.innerHeight, 0.1, 200 );
camera.position.set( 3.25, 2.0, -5 );
scene = new THREE.Scene();
scene.fog = new THREE.Fog( 0xd7cbb1, 1, 80 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册