Settings for a configuring a Vehicle engine.
More...
#include <Vehicle.h>
|
float | maxTorque = 500.0f |
| engine torque limit [units: Nm, range: >= 0]
|
|
float | minRPM = 1000.0f |
| engine minimum rpm [range: [0, maxRPM]]
|
|
float | maxRPM = 6000.0f |
| engine maximum rpm [range: [minRPM, FLT_MAX]]
|
|
float | inertia = 0.5f |
| moment of inertia [units: kg m^2, range: > 0]
|
|
float | damping = 0.2f |
| angular damping factor [range: >= 0]
|
|
Settings for a configuring a Vehicle engine.
The documentation for this struct was generated from the following file: