Softbody collides but falls through other softbody

Post Reply
elijah
Posts: 1
Joined: Wed Oct 30, 2013 5:53 pm

Softbody collides but falls through other softbody

Post by elijah »

Hi!

I'm trying to implement interaction between two softbodies. In my case a patch falls from the sky on a girl model (also softbody but with mass=0 for each vertex to make it static right now). After patch collides with girl it immediately starts to fall through girl's model. Obviously it's not what suppose to get, look at the screenshots. I can't figure what I'm doing wrong. Help me please.

Both model's have FV_SS collision flag like in Collide3 SoftBody example. Also I call generateClusters(0) on both.
Attachments
1.png
1.png (81.43 KiB) Viewed 3704 times
2.png
2.png (81.09 KiB) Viewed 3704 times
4.png
4.png (78.52 KiB) Viewed 3704 times
Post Reply