Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Selftrapped checks
#1
Hi! I can't find any system for detecting and preventing self-trapping. I.e when cloth folds in on itself and gets stuck in its own self-collision. Do you have any suggestion as to how to prevent this?

[Image: giphy.gif]
Reply
#2
(17-04-2019, 11:45 AM)Gabriel Wrote: Hi! I can't find any system for detecting and preventing self-trapping. I.e when cloth folds in on itself and gets stuck in its own self-collision. Do you have any suggestion as to how to prevent this?

[Image: giphy.gif]

Hi,

There's no way to prevent this in the general case, as it is a form of tunneling. Increasing the amount of solver substeps/ decreasing the tilmestep might help.
Reply
#3
(17-04-2019, 11:53 AM)josemendez Wrote: Hi,

There's no way to prevent this in the general case, as it is a form of tunneling. Increasing the amount of solver substeps/ decreasing the tilmestep might help.

Thanks for the fast reply.
I'll try that, and then eventually dive down in to the API and see what I can do there.
Reply