Skip to content

Documentation / scene / createGPUClothWrapBindingData

Function: createGPUClothWrapBindingData()

createGPUClothWrapBindingData(source, target): Promise<GPUClothWrapBindingData>

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

Creates wrap-binding cache data between a source cloth mesh and a target mesh.

Parameters

source

any

target

any

Returns

Promise<GPUClothWrapBindingData>

Released under the MIT License.