Explorar o código

Update DragControls.js

Expose `getRaycaster()`.
Michael Herzog %!s(int64=3) %!d(string=hai) anos
pai
achega
c547a74f90
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.dispose = dispose;
 		this.getObjects = getObjects;
+		this.getRaycaster = getRaycaster;
 
 	}