Przeglądaj źródła

Update DragControls.js

Expose `getRaycaster()`.
Michael Herzog 3 lat temu
rodzic
commit
c547a74f90
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
 
 	}