Beam Navigator
Backend controller for the in-vehicle GPS navigation system. Handles route calculation, waypoint management, turn-by-turn directions, and provides navigation data to dashboard screens.
Backend controller for the in-vehicle GPS navigation system. Handles route calculation, waypoint management, turn-by-turn directions, and provides navigation data to dashboard screens.
Hooks
| Hook | Description |
|---|---|
updateGFX(dt) | Processes GPS data and updates navigation variables for visual materials. |
module.init(jbeamData) | Initializes the controller from JBeam data. |
Usage Example
-- Set a navigation destination
controller.getController("beamNavigator").setDestination(vec3(100, 200, 0))See Also
- Gauges - Navigation Data — Navigation gauge display module
- Tech - GPS — GPS sensor for positioning
Beacon Spin Controller
Controls the visual rotation animation of emergency vehicle beacon lights. Synchronizes beacon spin speed and phase with the vehicle's lightbar state for realistic rotating light effects.
Bypass Dampers Controller
Manages position-sensitive bypass shock absorbers that change damping characteristics based on shaft position. Used on off-road vehicles for progressive damping — soft for small bumps, firm for large impacts.