소스 검색

OculusHandModel: Removed unneeded code.

Mr.doob 4 년 전
부모
커밋
729deaf633
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/jsm/webxr/OculusHandModel.js

+ 0 - 1
examples/jsm/webxr/OculusHandModel.js

@@ -22,7 +22,6 @@ class OculusHandModel extends Object3D {
 
 			if ( xrInputSource.hand && ! this.motionController ) {
 
-				this.visible = true;
 				this.xrInputSource = xrInputSource;
 
 				this.motionController = new XRHandMeshModel( this, controller, this.path, xrInputSource.handedness );