Skip to content

Documentation / @ripl/3d / CameraInteractionConfig

Interface: CameraInteractionConfig

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

Fine-grained configuration for a single camera interaction.

Properties

PropertyTypeDescriptionDefined in
enabled?booleanWhether the interaction is enabled.3d/src/core/camera.ts:37
sensitivity?numberA multiplier applied to the interaction's speed. Defaults to 1.3d/src/core/camera.ts:39