소스 검색

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' ) {