Enum TyreModelMode
- Namespace
- LibreRally.Vehicle.Physics
- Assembly
- LibreRally.dll
Selects which tyre force model is active during physics simulation. Used by the physics calibration overlay to isolate and compare model contributions.
public enum TyreModelMode
Fields
Auto = 0Default blended behaviour: brush transients remain active while Pacejka provides the steady-state force curve.
BrushOnly = 1Exclusively use the contact-patch brush model. Pacejka forces are ignored.
PacejkaOnly = 2Exclusively use the Pacejka Magic Formula. Brush model transients are bypassed.