Optional
activeEnables or disables cameracontrol!CameraControl.
Default: true
Optional
constrainConstrains 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
Optional
dollyAmount of inertia applied to dollying, allowing the Camera to continue moving briefly after input stops.
Default: 0
Optional
dollyMinimum dolly speed when using keyboard input for continuous movement.
Default: 0.04
meters per second.
Optional
dollyDistance threshold where dolly speed decreases when approaching objects and increases when moving away.
Default: 35
meters.
Optional
doubleDetermines whether double-clicking an object causes the Camera to fly to its boundary.
Default: false
Optional
dragSensitivity of mouse drag for rotating the Camera.
Optional
followEnables or disables pointer-based camera control.
Default: true
Optional
keyboardSensitivity of the keyboard for dollying (moving forward and backward) with the Camera.
Optional
keyboardEnables keyboard shortcuts only when the mouse is over the canvas.
Default: false
Optional
keyboardSensitivity of keyboard input for panning the Camera.
Optional
keyboardSensitivity of keyboard input for rotating the Camera.
Optional
keyCustom 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.
Optional
mouseSensitivity of the mouse wheel for dollying (moving forward and backward) with the Camera.
Optional
navSpecifies the navigation mode.
Accepted values:
Optional
panAmount of inertia applied to panning, allowing the Camera to continue moving briefly after input stops.
Default: 0
Optional
panEnables right-click mouse dragging for horizontal panning with the Camera.
Default: true
Optional
rotationAmount of inertia applied to rotation, allowing the Camera to continue rotating briefly after input stops.
Default: 0
Optional
touchSensitivity of touch controls for dollying (moving forward and backward) with the Camera.
Optional
touchSensitivity of touch controls for panning the Camera.
Configuration options for CameraControl.