Help Selftrapped checks - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Cloth (https://obi.virtualmethodstudio.com/forum/forum-2.html) +--- Thread: Help Selftrapped checks (/thread-1104.html) |
Selftrapped checks - Gabriel - 17-04-2019 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? RE: Selftrapped checks - josemendez - 17-04-2019 (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? 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. RE: Selftrapped checks - Gabriel - 17-04-2019 (17-04-2019, 11:53 AM)josemendez Wrote: Hi, 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. |