Collision geometry issues in vellum simulation

   1278   4   0
User Avatar
Member
208 posts
Joined: 5月 2021
Offline
I am doing a basic vellum simulation in which I am using a moving sphere as a collider. Unfortunately, while running the sim, the vellum cloth gets stuck inside it. How can I avoid it from happening?

Increasing the substeps in solver doesn't help.

Attachments:
Vellum basics_sfx.hip (816.4 KB)

User Avatar
Member
57 posts
Joined: 4月 2013
Offline
Don't have the collision object so it's intersecting the cloth at the start of the simulation.
Also to get a pretty good result without requiring extra sub steps on this occasion increase "Collision passes"

Attachments:
Vellum basics_sfx2.hipnc (847.1 KB)

User Avatar
Member
208 posts
Joined: 5月 2021
Offline
Thanks. That works. Now I added a rotation in the ball. It begins to stick with the cloth later. How to tackle that?


Edited by proceduralist - 2024年6月14日 15:15:57

Attachments:
Vellum basics_sfx.hip (819.3 KB)

User Avatar
Member
57 posts
Joined: 4月 2013
Offline
Adding rotation to the translation of the collider has increased the overall "movement speed"

In this case adding substeps will help, each frame will be split into the amount of substeps,
effectively making the simulation more accurate though unfortunately also take longer to process.
User Avatar
Member
208 posts
Joined: 5月 2021
Offline
Thanks a lot! Adding substeps fixed it!
  • Quick Links