Преглед на файлове

changed default transformControls mode to "world"

Aleksandar Rodic преди 13 години
родител
ревизия
ebe106d297
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/js/controls/TransformControls.js

+ 1 - 1
examples/js/controls/TransformControls.js

@@ -19,7 +19,7 @@ THREE.TransformControls = function ( camera, domElement, doc ) {
 	this.hovered = false;
 	this.hovered = false;
 
 
 	this.mode = 'translate';
 	this.mode = 'translate';
-	this.space = 'local';
+	this.space = 'world';
 	this.scale = 1;
 	this.scale = 1;
 
 
 	this.snapDist = null;
 	this.snapDist = null;

粤ICP备19079148号