2
0
Эх сурвалжийг харах

Update DragControls.js

Expose `getRaycaster()`.
Michael Herzog 3 жил өмнө
parent
commit
c547a74f90

+ 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;
 
 	}