Cloth Sim
Simulate cloth, ropes, cables, hair strands, and elastic curves with collision.
What it does
Configures a physics solver for soft, deformable geometry. The incoming shape decides which kind of soft body it becomes: a mesh becomes cloth (stretch and bend constraints), an open polyline or curve becomes a rope, cable or hair strand (a chain of springs, pinned at the root), and a filled 2D shape becomes a membrane or an inflatable balloon. Mixed geometry is accepted, and each piece gets the constraints that suit its shape.
This node only configures. Settings are stamped onto the geometry, which passes through unchanged. The simulation runs inside the Physics World node the geometry is wired into.
When to use it
Fabric, flags and curtains that drape and fold under gravity
Rope, cable or hair hanging and swaying from a fixed point
A filled shape that either holds its form like jelly (membrane) or puffs up like an inflated sac (balloon)
Cloth or rope that tears or snaps under enough force
| Parameter | Type | Default |
|---|---|---|
input | OneOf([CollectionOf(Geometry), CollectionOf(Crc)]) | — |
pin_group | String | "" |
iterations | Number | 10 |
stretch_compliance | Number | 0 |
bend_compliance | Number | 0.001 |
stiffness_falloff | Number | 0 |
damping | Number | 0.010 |
self_collision | Boolean | false |
self_collision_thickness | Number | 0.020 |
enable_pressure | Boolean | false |
pressure | Number | 1 |
balloon | Boolean | false |
enable_breaking | Boolean | false |
break_threshold | Number | 2 |
strength | Number | 1 |
Gotchas
Pinning auto-applies only to open strands, a rope or hair strand with a free end. Closed loops and meshes are not auto-pinned and fall freely unless a pin group is assigned.
Bend compliance and stiffness falloff affect rope, cable and hair (curve) topology only. They have no effect on mesh cloth or filled shapes.
Pressure inflates a closed, watertight surface only. On a shape with gaps or an open boundary, enabling pressure does nothing useful.
Balloon changes behaviour for a filled 2D shape only: off gives a membrane (holds its shape like jelly), on gives a floppy balloon (only the enclosed area is preserved). It has no effect on open strokes or ropes.
Worked example
Draw or import geometry: a plane for cloth, an open curve for a rope, or a filled shape for a membrane or balloon.
Add a Cloth Sim and wire the geometry into it. Leave Pin Group empty to let an open strand's root auto-pin, or assign a point group for custom pins.
Wire the Cloth Sim output into a Physics World node's cloth input, which runs the simulation.
Raise Iterations for a stiffer result, or raise Stretch/Bend Compliance to loosen it up.
For a filled shape, toggle Balloon on and enable Pressure to inflate it.
See also
Physics World · Soft Body Sim · Rigid Body Sim · Geometry (meshes)