Skip to content

Documentation / scene / GPUClothWrapBindingData

Type Alias: GPUClothWrapBindingData

GPUClothWrapBindingData = object

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:69

Serialized wrap-binding cache data for GPU cloth attachments.

Properties

version

version: 4

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:70


vertexCount

vertexCount: number

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:71


sourceVertexCount

sourceVertexCount: number

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:72


influenceCount

influenceCount: number

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:73


maxOffsetDistance

maxOffsetDistance: number

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:74


sourceTriangleIndices

sourceTriangleIndices: string

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:75


sourceBarycentrics

sourceBarycentrics: string

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:76


targetLocalOffsets

targetLocalOffsets: string

Defined in: libs/scene/src/animation/cloth/gpu_cloth_system.ts:77

Released under the MIT License.