DebugOrbitControlsWrapper class
Those controls are for debug purposes only. OrbitControls performs orbiting, dollying (zooming), and panning.
Orbit - left mouse / touch: one-finger move
Zoom - middle mouse, or mousewheel / touch: two-finger spread or squish
Pan - right mouse, or left mouse + ctrl/meta/shiftKey, or arrow keys / touch: two-finger move
Signature:
export declare class DebugOrbitControlsWrapper extends ControlsAbstract
Extends: ControlsAbstract
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the DebugOrbitControlsWrapper
class.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
Returns true if the controller is active. |