瀏覽代碼

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

Michael Herzog 2 年之前
父節點
當前提交
6087f9b1fd
共有 1 個文件被更改,包括 0 次插入1 次删除
  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' ) {