浏览代码

Editor: Higher far value for default camera.

Mr.doob 11 年之前
父节点
当前提交
6341b857c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/js/Editor.js

+ 1 - 1
editor/js/Editor.js

@@ -55,7 +55,7 @@ var Editor = function () {
 	this.storage = new Storage();
 	this.storage = new Storage();
 	this.loader = new Loader( this );
 	this.loader = new Loader( this );
 
 
-	this.camera = new THREE.PerspectiveCamera( 50, 1, 1, 5000 );
+	this.camera = new THREE.PerspectiveCamera( 50, 1, 1, 10000 );
 	this.scene = new THREE.Scene();
 	this.scene = new THREE.Scene();
 	this.scene.name = 'Scene';
 	this.scene.name = 'Scene';