All,
I have a robotics project that I’d like to model using GPU accelerated physics. The specific thing I want to get out of the physics engine is the contact points and pressures in collisions between bodies. One example might be a foot hitting the ground, or a tire running over a bumpy surface. Ideally I’d be able to produce a map of the surface of any object and each frame have a value for where pressure is being applied and how much.
How would you make this happen?
Thanks in advance,
Ian