Interface
Ratio between rotation speed of gear box and wheels.
How much of the engines torque is applied to this differential:
0
: none1
: fullMake sure the sum of all differentials is 1
.
Defines how the engine torque is split across the left and right wheel:
0
: left0.5
: center1
: rightIndex (in mWheels) that represents the left wheel of this differential (can be -1
to
indicate no wheel).
Ratio max / min wheel speed. When this ratio is exceeded, all torque gets distributed to the
slowest moving wheel. This allows implementing a limited slip differential. Set to
Number.MAX_VALUE
for an open differential. Value should be > 1
.
Same as leftWheel, but for the right one.