Softbodies and Callbacks

qtsohg
Posts: 14
Joined: Fri Oct 24, 2008 3:32 pm

Softbodies and Callbacks

Post by qtsohg »

Do the Callbacks work with Rigidbody vs Softbody collision?

It doesnt seem to work on my end, any ideas?

Thanks,
Pierre
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Softbodies and Callbacks

Post by Erwin Coumans »

There are no contact callbacks or contact manifolds for soft bodies yet.

We plan to add this, and there is an issue to keep track of the this progress:
http://code.google.com/p/bullet/issues/detail?id=141

You can register to that issue for progress report (by email).
Thanks,
Erwin
qtsohg
Posts: 14
Joined: Fri Oct 24, 2008 3:32 pm

Re: Softbodies and Callbacks

Post by qtsohg »

No problem, will keep checking for updates.

I was however just wondering if you can point me in the right direction on where I can find the current code for rigidbody and softbody collision.
I want to make a few changes to how the collision work, but am lost in the code. I can't seem to work out where the actual "morphing" of the softobdy happens.

Thanks again!

:)