<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ClothForceVolumeComponent/windForce",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:22RealityFoundationCloth0C20ForceVolumeComponentV04windD0s5SIMD3VySfGvp"
  },
  "title" : "windForce"
}
-->

# windForce

The wind force applied to particles inside the volume.

```
var windForce: SIMD3<Float>
```

## Discussion

This force depends on the angle between the force direction and the face normals of the cloth body.
Full force is applied when the force direction is perpendicular to the face (aligned with the normal),
and no force is applied when the force direction is parallel to the face.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)