Creates three.js OrbitControls.
Disables three.js OrbitControls and cleans up the event listeners.
Disposes three.js OrbitControls and removes them from the render loop.
Enables three.js OrbitControls for the current camera.
Returns the parameters currently used by three.js OrbitControls.
A snapshot of the mutable orbit control settings.
Returns whether three.js OrbitControls are currently enabled.
true if OrbitControls are currently enabled; otherwise, false.
Updates one or more three.js OrbitControls properties. OrbitCtrls must be enabled.
Object containing any subset of orbit control parameters.
Registers and executes a low-level extension function with access to the public OrbitCtrls API.
Function that receives the current OrbitCtrls instance and can use its public members and methods.
Integrates three.js OrbitControls directly in the engine's render loop, supporting runtime updates and dynamic enabling/disabling.