Hi,
I'm currently playing around with vehicle physics trying to understand as much as I can about how it works in DarkGDK so I can get my car to behave how I want it, especially regarding the implementation of sliding, spinning and oversteer.
I've seen the dbPhySetVehicleLateralTireForceFunction function, which looks very powerful, but I can't find any documentation on how to use it or what each parameter does.
I have managed to achieve some fairly good effects just with trial and error, but would really like to know more about what I'm really doing.
Does anyone have any wisdom to share regarding this function and how they have used it in their projects to get desired effects with modelling certain vehicle types/behaviours?
What do each of the parameters mean and are there rules to follow when setting them? For example what's the relationship between fExtremumSlip and fExtremumValue and what do they do in real terms?
Thanks in advance for any advice!