Forums

Full Version: About air resistance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.