- #1
Gibbon
- 23
- 0
Simplified drag equation??
Hi, I am a 3D programmer and I am trying to apply drag to some of my objects in my software.
After looking around and from previous research i know that calculating drag isn't such a simple thing to do and involves knowing air density, object area and the drag coefficient.
But, whilst research on the net i realized a well used 3D engine "unity3D" allows you to add a ridig body into the scene, give it some mass and then "simply" set its drag and angular drag properties without any inputs of air density, area or any coefficients?
So how could this be done?
Thanks
Andy
Hi, I am a 3D programmer and I am trying to apply drag to some of my objects in my software.
After looking around and from previous research i know that calculating drag isn't such a simple thing to do and involves knowing air density, object area and the drag coefficient.
But, whilst research on the net i realized a well used 3D engine "unity3D" allows you to add a ridig body into the scene, give it some mass and then "simply" set its drag and angular drag properties without any inputs of air density, area or any coefficients?
So how could this be done?
Thanks
Andy