Skip to content

Documentation / @ripl/3d / CameraInteractions

Interface: CameraInteractions

Defined in: 3d/src/core/camera.ts:43

Configures which camera interactions (zoom, pivot, pan) are enabled.

Properties

PropertyTypeDescriptionDefined in
pan?CameraInteractionOptionPan the camera and target via middle/shift-drag and two-finger touch.3d/src/core/camera.ts:49
pivot?CameraInteractionOptionOrbit (pivot) around the target via drag and single-finger touch.3d/src/core/camera.ts:47
zoom?CameraInteractionOptionZoom via mouse wheel and pinch gesture.3d/src/core/camera.ts:45