@@ -65,6 +65,12 @@
}
+ function getRaycaster() {
+
+ return _raycaster;
+ }
function onPointerMove( event ) {
if ( scope.enabled === false ) return;
@@ -64,6 +64,12 @@ class DragControls extends EventDispatcher {