DragControls constructor
objects
- An array of draggable 3D objects.
camera
- The camera of the rendered scene.
listenableKey
- The element used for event listeners.
Implementation
DragControls(this.objects, this.camera, this.listenableKey):super() {
scope = this;
activate();
}