Skip to content

Documentation / scene / GPUClothWrapBindingTarget

Type Alias: GPUClothWrapBindingTarget

GPUClothWrapBindingTarget = object

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

Target object paired with GPU cloth wrap-binding data.

Properties

target

target: any

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


data

data: GPUClothWrapBindingData

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


targetWrapWeights?

optional targetWrapWeights?: Float32Array<ArrayBuffer>

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

Per-target-vertex blend between target skinning (0) and cloth wrapping (1).

Released under the MIT License.