Explorar el Código

Update DragControls.js

Expose `getRaycaster()`.
Michael Herzog hace 3 años
padre
commit
c547a74f90
Se han modificado 1 ficheros con 1 adiciones y 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;
 
 	}