Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Softbody mesh working weird when attached to chain (obi rope)
#4
Looks like the chains and the bag are colliding with each other, while simultaneously being attached. This will result in a force loop: they can't separate because they're attached, but can't stay attached because collisions try to prevent any penetration.

You can solve this by specifying collision filters so that the end of the chains and the softbody don't collide with each other. See the last bit of:

http://obi.virtualmethodstudio.com/manua...ments.html

Also see "collision filtering" in the manual page regarding collisions:

http://obi.virtualmethodstudio.com/manua...sions.html

kind regards,
Reply


Messages In This Thread
RE: Softbody mesh working weird when attached to chain (obi rope) - by josemendez - 11-05-2023, 09:56 AM