The maximal distance to the ellipsoid surface allowed for the controls.
The maximum zoom value (orthographic cameras only).
The minimal distance to the ellipsoid surface allowed for the controls.
The minimum zoom value (orthographic cameras only).
The zoom speed.
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Fire an event type.
The event that gets fired.
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Camera controls for a Globe. Internally, this wraps
3d-tiles-renderer
's ownGlobeControls
.