I have read before that mathematical models are written in cardynamics.cpp. But I can't find air resistance in cardynamics.cpp. Am I overlooked or is it written in a different file?
(09-11-2019, 01:24 PM)getter Wrote: I have read before that mathematical models are written in cardynamics.cpp.
But I can't find air resistance in cardynamics.cpp.
Am I overlooked or is it written in a different file?
Look for CarDynamics::ApplyAerodynamics(btScalar dt) and go from there.