Skip to content

Commit

Permalink
Update DragControls.js
Browse files Browse the repository at this point in the history
Expose `getRaycaster()`.
  • Loading branch information
Mugen87 authored Nov 17, 2021
1 parent 0043446 commit c547a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/jsm/controls/DragControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class DragControls extends EventDispatcher {
this.deactivate = deactivate;
this.dispose = dispose;
this.getObjects = getObjects;
this.getRaycaster = getRaycaster;

}

Expand Down

0 comments on commit c547a74

Please sign in to comment.