Soft Body Self Collision Detection

Geometrian
Posts: 25
Joined: Sat Dec 03, 2011 8:37 pm

Soft Body Self Collision Detection

Post by Geometrian »

Hi,

I have found a few posts about doing various kinds of softbody collision detection with Bullet 2, but none helpful.

I am specifically interested in colliding concave softbodies with themselves, with concave rigid bodies, and with other concave soft bodies.

From what I've ascertained, there is some kind of convex decomposition that needs to happen. Where can I look to find an implementation that can be adapted to work for all of these cases?

Thanks,