Explorar o código

Editor: Higher far value for default camera.

Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
6341b857c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.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.name = 'Scene';