Skip to content

Commit

Permalink
OculusHandModel: Removed unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 6, 2021
1 parent 9b22261 commit 729deaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/jsm/webxr/OculusHandModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 729deaf

Please sign in to comment.