浏览代码

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 );