---
title: wind
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/clothsimulationcomponent/wind
---

# wind

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

## Declaration

```swift
var wind: SIMD3<Float>
```

## Discussion

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

- [gravity](realitykit/clothsimulationcomponent/gravity.md)
- [dampingFactor](realitykit/clothsimulationcomponent/dampingfactor.md)
