Softbody and collision callbacks

timothyw
Posts: 1
Joined: Tue Feb 04, 2014 10:45 pm

Softbody and collision callbacks

Post by timothyw »

I'm trying to find out when soft bodies collide with eachother without doing the detection myself. I tried to implement the callbacks here: http://www.bulletphysics.org/mediawiki- ... d_Triggers

While they work for rigid bodies they dont seem to work with soft bodies at all. are there any special callbacks or techniques to do this?

Thanks,
Tim