| Parameter | Description |
|---|---|
| aabb | The world-space axis-aligned box describing the wind volume. Only shapes whose broadphase AABB overlaps this box are processed. |
| input | The wind configuration. See WindInput. |
Apply wind forces to every dynamic body shape that overlaps in this world. The same WindInput is applied to all overlapping shapes; shapes whose body is not PhysicsBody.BodyType.Dynamic are silently skipped. Forces are continuous (not impulses), so this is expected to be called every simulation step.