Explorar el Código

TransformControls: Fix position of AXIS handle. (#25080)

Michael Herzog hace 2 años
padre
commit
6087f9b1fd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/jsm/controls/TransformControls.js

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

@@ -1197,7 +1197,6 @@ class TransformControlsGizmo extends Object3D {
 
 				if ( handle.name === 'AXIS' ) {
 
-					handle.position.copy( this.worldPositionStart );
 					handle.visible = !! this.axis;
 
 					if ( this.axis === 'X' ) {