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

Editor: Changed default camera.near/far.

上级 a7df28c6
......@@ -4,7 +4,7 @@
var Editor = function () {
this.DEFAULT_CAMERA = new THREE.PerspectiveCamera( 50, 1, 0.1, 10000 );
this.DEFAULT_CAMERA = new THREE.PerspectiveCamera( 50, 1, 0.01, 1000 );
this.DEFAULT_CAMERA.name = 'Camera';
this.DEFAULT_CAMERA.position.set( 20, 10, 20 );
this.DEFAULT_CAMERA.lookAt( new THREE.Vector3() );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册