Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Softbody 2d intercollision
#1
Im using obi in 2d mode and have 2 softbody in my scene. Everything is okey but intercollisions not working. They did not collide each other.
Reply
#2
(29-01-2023, 09:45 AM)lethemre Wrote: Im using obi in 2d mode and have 2 softbody in my scene. Everything is okey but intercollisions not working. They did not collide each other.

Hi there,

I can't help much since you gave no info at all on about how you've setup the scene, all you mention is that this is 2D. Some general advice:

- Make sure both softbodies are included in the same solver. Actors in different solvers won't interact with each other.
- Make sure the solver has "particle collision constraints" enabled (under the Constraints foldout). If these are globally disabled for the solver, particles won't collide with each other.
- Make sure collision filters are setup properly.

kind regards,
Reply
#3
(30-01-2023, 08:26 AM)josemendez Wrote: Hi there,

I can't help much since you gave no info at all on about how you've setup the scene, all you mention is that this is 2D. Some general advice:

- Make sure both softbodies are included in the same solver. Actors in different solvers won't interact with each other.
- Make sure the solver has "particle collision constraints" enabled (under the Constraints foldout). If these are globally disabled for the solver, particles won't collide with each other.
- Make sure collision filters are setup properly.

kind regards,
Thank you for quick reply it was particle collision constraint Sonrisa
Reply