Vehicle thrust translation and rotational thrust via animations
BlazeWolf1122 opened this issue ยท 1 comments
Allows for more granular control of vehicle forces, as well as opening more possibilities
Besides some things like "turnsWithSteer" (or else cars might be able to steer when stopped if somebody doesn't know how activators/inhibitors work, plus other minor "visual" artifacts), this can void some amount of vehicle physics code, as well as a few possible future tickets/pull requests my understeer/oversteer pull requests that fell flat on day 0
Side note: There would need to be a way to make thrust global or local
Maybe a boolean value that says "localThrust" : true, or using "applyAfter" (though the applyAfter method would be "jank")