Skip to content

Documentation / @ripl/3d / CameraInteractionConfig

Interface: CameraInteractionConfig ​

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

Fine-grained configuration for a single camera interaction.

Properties ​

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