Abstract
Creates a new instance of Controls.
The object the controls should manage (usually the camera).
Optional
domElement: null | HTMLElementThe HTML element used for event listeners. (optional)
The HTML element used for event listeners. If not provided via the constructor, .connect must be called
after domElement
has been set.
When set to false
, the controls will not respond to user input. Default is true
.
The 3D object that is managed by the controls.
Fire an event type.
Checks if listener is added to an event type.
Abstract base class for controls.