Browse Source

Update DragControls.js

Expose `getRaycaster()`.
Michael Herzog 3 years ago
parent
commit
c547a74f90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/jsm/controls/DragControls.js

+ 1 - 0
examples/jsm/controls/DragControls.js

@@ -211,6 +211,7 @@ class DragControls extends EventDispatcher {
 		this.deactivate = deactivate;
 		this.deactivate = deactivate;
 		this.dispose = dispose;
 		this.dispose = dispose;
 		this.getObjects = getObjects;
 		this.getObjects = getObjects;
+		this.getRaycaster = getRaycaster;
 
 
 	}
 	}