We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b22261 commit 729deafCopy full SHA for 729deaf
examples/jsm/webxr/OculusHandModel.js
@@ -22,7 +22,6 @@ class OculusHandModel extends Object3D {
22
23
if ( xrInputSource.hand && ! this.motionController ) {
24
25
- this.visible = true;
26
this.xrInputSource = xrInputSource;
27
28
this.motionController = new XRHandMeshModel( this, controller, this.path, xrInputSource.handedness );
0 commit comments