Browse Source

changed default transformControls mode to "world"

Aleksandar Rodic 12 years ago
parent
commit
ebe106d297
1 changed files with 1 additions and 1 deletions
  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;