Browse Source

OculusHandModel: Removed unneeded code.

Mr.doob 4 năm trước cách đây
mục cha
commit
729deaf633
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 );