29-07-2025, 10:22 AM
Help Cloth has stretchy behaviour with stiff settings
|
29-07-2025, 11:02 AM
Hi,
In your project there's several sources of jittering, the most obvious one being self-collisions paired with stretching scale < 1: when you reduce stretching scale, particles are pulled closer together. This causes them to self-collide, leading to a physically impossible to solve situation: distance constraints between particles want them to overlap each other, but self collisions want them not to. The result is that the solver jitters between both solutions, as it cannot find any solution to both constraints at once (because it doesn't exist). Either set stretching scale to 1, or disable self-collisions. The other main source of jitter is an insufficient amount of substeps/collision margin. Setting substeps to 6 and collision margin to 0.04 worked well for me. kind regards,
31-07-2025, 02:38 PM
|
« Next Oldest | Next Newest »
|