OptionalactiveEnables or disables cameracontrol!CameraControl.
Default: true
OptionalconstrainConstrains the Camera vertically for first-person navigation.
When true, the Camera.eye remains fixed at its current vertical position.
Applies only when CameraControl.navMode is set to FirstPersonNavigationMode.
Default: false
OptionaldollyAmount of inertia applied to dollying, allowing the Camera to continue moving briefly after input stops.
Default: 0
OptionaldollyMinimum dolly speed when using keyboard input for continuous movement.
Default: 0.04 meters per second.
OptionaldollyDistance threshold where dolly speed decreases when approaching objects and increases when moving away.
Default: 35 meters.
OptionaldoubleDetermines whether double-clicking an object causes the Camera to fly to its boundary.
Default: false
OptionaldragSensitivity of mouse drag for rotating the Camera.
OptionalfollowEnables or disables pointer-based camera control.
Default: true
OptionalkeyboardSensitivity of the keyboard for dollying (moving forward and backward) with the Camera.
OptionalkeyboardEnables keyboard shortcuts only when the mouse is over the canvas.
Default: false
OptionalkeyboardSensitivity of keyboard input for panning the Camera.
OptionalkeyboardSensitivity of keyboard input for rotating the Camera.
OptionalkeyCustom key mappings for cameracontrol!CameraControl actions.
This can be a set of custom key mappings or a predefined keyboard layout name, which applies default mappings for that layout.
OptionalmouseSensitivity of the mouse wheel for dollying (moving forward and backward) with the Camera.
OptionalnavSpecifies the navigation mode.
Accepted values:
OptionalpanAmount of inertia applied to panning, allowing the Camera to continue moving briefly after input stops.
Default: 0
OptionalpanEnables right-click mouse dragging for horizontal panning with the Camera.
Default: true
OptionalrotationAmount of inertia applied to rotation, allowing the Camera to continue rotating briefly after input stops.
Default: 0
OptionaltouchSensitivity of touch controls for dollying (moving forward and backward) with the Camera.
OptionaltouchSensitivity of touch controls for panning the Camera.
Configuration options for CameraControl.