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

PerspectiveCamera: Changed default focalLength to 10.

上级 6ca97c79
......@@ -10,7 +10,7 @@ THREE.PerspectiveCamera = function ( fov, aspect, near, far ) {
this.type = 'PerspectiveCamera';
this.focalLength = 100;
this.focalLength = 10;
this.zoom = 1;
this.fov = fov !== undefined ? fov : 50;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册