<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ClothPoseResource/init(positions:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:22RealityFoundationCloth0C12PoseResourceC9positionsACSays5SIMD3VySfGG_tKcfc"
  },
  "title" : "init(positions:)"
}
-->

# init(positions:)

Creates a cloth pose resource with the given vertex positions.

```
@MainActor convenience init(positions: [SIMD3<Float>]) throws
```

## Parameters

`positions`

The positions to assign to the vertices of a matching [`ClothMeshResource`](/documentation/RealityKit/ClothMeshResource).

---

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)