瀏覽代碼

Update DragControls.js

Expose `getRaycaster()`.
Michael Herzog 3 年之前
父節點
當前提交
c547a74f90
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
 
 	}