Przeglądaj źródła

changed default transformControls mode to "world"

Aleksandar Rodic 12 lat temu
rodzic
commit
ebe106d297
1 zmienionych plików z 1 dodań i 1 usunięć
  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号