OptionalaccelerationForward acceleration, in world-space units per second squared.
Default is 9.
OptionalactiveWhether the controller starts active.
Default is true.
OptionalbodyApproximate vehicle/body radius used for ground and flight obstacle tests.
Default is 0.45.
OptionalbrakeBraking deceleration when pressing reverse while moving forward.
Default is 18.
OptionalcameraCamera height above the driven surface, in world-space units.
Default is 1.45.
OptionalcoastPassive deceleration when no throttle or brake key is pressed.
Default is 5.
OptionalcollisionEnables horizontal obstacle tests.
Default is true.
OptionalcursorDeprecated compatibility option. Hover cursor steering is no longer used; vehicle steering is driven by keyboard ramping and captured mouse drag.
OptionalcursorDeprecated compatibility option. Hover cursor steering is no longer used; vehicle steering is driven by keyboard ramping and captured mouse drag.
OptionaldriveOptional object filter for drive-surface raycasts.
OptionalfallDownward acceleration while falling, in world-space units per second squared.
Default is 9.8.
OptionalflightForward thrust acceleration while flying.
Default is 13.
OptionalflightPassive air drag while flying, as a response factor per second.
Default is 0.45.
OptionalflightDeceleration while holding reverse/brake in flight.
Default is 12.
OptionalflightDownward acceleration while gliding, in world-space units per second squared.
Default is 3.2.
OptionalflightInitial downward speed when leaving flight mode.
Default is 16.
OptionalflightMinimum forward airspeed preserved while gliding.
Default is 5.
OptionalflightKeyboard pitch rate while flying, in degrees per second.
Default is 58.
OptionalflightDistance above a drive surface at which flight softly snaps into landing.
Default is 0.75.
OptionalflightResponse factor for steering gliding momentum toward the current heading.
Default is 2.8.
OptionalflightHeight gained automatically after entering flight mode.
Default is 4.
OptionalflightVertical lift speed after entering flight mode, in world-space units per second.
Default is 7.
OptionalgravityEnables drive-surface following and falling.
Default is true.
OptionalkeyboardOnly handle keyboard input while the pointer is over the View element.
Default is true.
OptionalkeyInitial fraction of the steering rate applied when a turn key is first pressed. The rate ramps toward full steering while the key is held.
Default is 0.28.
OptionalkeyTime, in seconds, for held turn keys to ramp from the initial steering scale to the full steering rate.
Default is 1.45.
OptionalleanMaximum camera roll into a turn, in degrees.
Default is 18.
OptionalleanCamera-roll smoothing factor, in response units per second.
Default is 8.
OptionalmaxMaximum unsupported drop that remains snapped to the drive surface. Larger unsupported drops become an actual fall.
Default is 1.2.
OptionalmaxMaximum downward falling speed, in world-space units per second.
Default is 35.
OptionalmaxMaximum cursor-controlled up/down look pitch while flying, in degrees.
Default is 65.
OptionalmaxMaximum forward speed, in world-space units per second.
Default is 22.
OptionalmaxMaximum captured mouse-drag yaw or pitch control deflection.
Default is 0.45.
OptionalmaxMaximum cursor-controlled up/down look pitch, in degrees.
Default is 18.
OptionalmaxMaximum reverse speed, in world-space units per second.
Default is 5.
OptionalmaxMaximum driveable surface slope, in degrees.
Default is 55.
OptionalmouseMouse-drag pitch sensitivity while pointer capture is active.
Default is 0.0021.
OptionalmouseResponse factor that smooths captured mouse-drag steering.
Default is 5.2.
OptionalmouseMouse-drag yaw sensitivity while pointer capture is active.
Default is 0.0034.
OptionalobstacleOptional object filter for horizontal obstacle tests.
OptionalraycasterOptional raycaster used for drive-surface following and obstacle tests.
When omitted, the controller creates a SceneRaycaster for the View's Scene.
OptionalrelativeDeprecated compatibility alias for mouse-drag yaw and pitch sensitivity.
Used only when mouseDragYawSensitivity or
mouseDragPitchSensitivity are omitted.
Default is 0.0024.
OptionalstepMaximum height the controller can snap up/down while following a drive surface.
Default is 0.45.
OptionalsuspendOptional standard ViewController to suspend while vehicle navigation is active.
Use this when enabling vehicle navigation inside Viewer/Studio applications that already have the default camera controller installed.
OptionalturnMaximum steering yaw rate at speed, in degrees per second.
Default is 95.
Configures VehicleNavigationController.