TrackballControls
This class is similar to [[OrbitControls]]. However, it does not maintain a constant camera up vector. That means if the camera orbits over the "north" and "south" poles, it does not flip to stay "right side up".
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Dispose of the controls.
Dispose of the controls.
Attributes
Must be called if the application window is resized.
Must be called if the application window is resized.
Attributes
Resets the controls to its initial state.
Resets the controls to its initial state.
Attributes
Update the controls. Call this method every frame.
Update the controls. Call this method every frame.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
Defines the intensity of damping. Only considered if staticMoving is set to false.
Defines the intensity of damping. Only considered if staticMoving is set to false.
Attributes
This array holds keycodes for controlling interactions.
This array holds keycodes for controlling interactions.
Attributes
How far you can dolly out (perspective camera only).
How far you can dolly out (perspective camera only).
Attributes
How far you can zoom out (orthographic camera only).
How far you can zoom out (orthographic camera only).
Attributes
How far you can dolly in (perspective camera only).
How far you can dolly in (perspective camera only).
Attributes
How far you can zoom in (orthographic camera only).
How far you can zoom in (orthographic camera only).
Attributes
This object contains references to the mouse actions used by the controls.
This object contains references to the mouse actions used by the controls.
Attributes
Whether panning is disabled or not.
Whether panning is disabled or not.
Attributes
Whether rotation is disabled or not.
Whether rotation is disabled or not.
Attributes
Whether zooming is disabled or not.
Whether zooming is disabled or not.
Attributes
The pan speed.
The pan speed.
Attributes
The rotation speed.
The rotation speed.
Attributes
Whether damping is disabled or not.
Whether damping is disabled or not.
Attributes
The zoom speed.
The zoom speed.