Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Softbody Collision Issue
#2
(06-02-2020, 05:22 PM)webjeff Wrote: Hi,

I'm having an issue with collisions on my softbody.  See my video:
https://www.youtube.com/watch?v=xQY2KtbF...e=youtu.be

Basically, I'm seeing collisions go inside each other and sometimes when they touch they slide too.

Any ideas on how to make them not do that?

Thanks!
Jeff.

Your particle sampling seems quite sparse, there's lots of empty space between particles. This can cause soft bodies to become "interlocked" with each other, like jigsaw pieces. In this situation, particles become entangled with each other and simultaneously try to get out of collisions, while shape matching constraints put them in a colliding-state again.

This can cause the "sliding", as particles are trying to simultaneously reach two mutually exclusive states at once: be collision-free, and strive to keep the undeformed softbody shape. This will cause them to try to "escape" the situation by moving to whatever direction the last constraint tries to project them.

Simply make your particle size larger, or use more particles. It's usually also good to let them overlap a bit.

(06-02-2020, 05:22 PM)webjeff Wrote: Also, are you planning on making the solver at some point use the jobs system?
Yes we are, but not for performance reasons but for portability. Under the hood we use our own job system, coupled with extensive SIMD use. Performance wise we are on par with Jobs+Burst, often even faster. You can read a bit more here:
http://obi.virtualmethodstudio.com/forum...p?tid=1619
https://forum.unity.com/threads/schedule...st-5368893
Reply


Messages In This Thread
Softbody Collision Issue - by webjeff - 06-02-2020, 05:22 PM
RE: Softbody Collision Issue - by josemendez - 07-02-2020, 08:29 AM
RE: Softbody Collision Issue - by webjeff - 09-02-2020, 04:52 PM
RE: Softbody Collision Issue - by StudioTatsu - 09-02-2020, 06:59 PM
RE: Softbody Collision Issue - by josemendez - 10-02-2020, 08:48 AM
RE: Softbody Collision Issue - by StudioTatsu - 16-02-2020, 10:07 PM