I would greatly appreciate any assistance. There is another part of the mesh in the file that needs to be fabric too but I figured I can debug on a partial mesh. The goal is to run both meshes:
I changed the wind direction to see if something is happening…
I also remeshed your curtains so they all have more or less the same edge length. This helps with the sphere collide since otherwise you don’t really know the right radius…
The anchor points in your definition were not coincident with any of the mesh vertices. The anchors need to be within tolerance of some of the mesh vertices to have an effect.
Currently the curtains stick together. It could be avoided if the curtains aren’t coincident at the beginning of the simulation. The curtains need to be spaced more than the tolerance in the solver.
I used the shear command to make sure the curtain on top of the stairs is not touching the planar curtain segments.
Ultimately I am trying to make it look like this around the entire perimeter, like a real curtain:
I updated the script to include another part that I followed from the video that enables the “sliding” of the curtain. I’m able to get your file to run but I can’t get the new combined script to work. It’s creating a twisting vortex effect and the mesh does not seem to hang onto the anchor points at all.