Jelajahi Sumber

Update DragControls.js

Expose `getRaycaster()`.
Michael Herzog 3 tahun lalu
induk
melakukan
c547a74f90
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;
 
 	}