Contents

wind

The wind force affecting all the cloth bodies in the simulation, in Newtons.

Declaration

var wind: SIMD3<Float>

Discussion

The magnitude of the force applied to each particle depends on the angle between the wind direction and the particle’s normal. Full force is applied when the wind is aligned with the normal, and no force is applied when the wind is perpendicular to the normal.

Expressed in the simulation root entity’s local coordinate space. The default value is (0, 0, 0).

See Also

Applying forces