Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Cloth does not follow animation
#5
Quote:As there is a huge gap between computations the collisions don't run smooth. This results in the cloth penetrating deeper into the character mesh and eventually dropping to the ground.
This is exactly what tunneling is. It is a fundamental consequence of how time is modeled in computer simulations as discrete chunks. Thin objects (as the surface of a mesh collider) make it worse. Using distance fileds should alleviate it. Keep in mind that if your mesh has thin parts (like a character with very thin arms) tunneling will still happen, and then the only solution will be to reduce the simulation time step (that is, reducing the gap between computations, as you described it).
Reply


Messages In This Thread
Cloth does not follow animation - by adev eloper - 01-08-2018, 04:29 PM
RE: Cloth does not follow animation - by adev eloper - 07-08-2018, 10:54 AM
RE: Cloth does not follow animation - by shilltk - 30-09-2022, 03:52 PM
RE: Cloth does not follow animation - by Ocean - 14-10-2022, 07:38 AM
RE: Cloth does not follow animation - by Ocean - 17-10-2022, 02:36 AM