Skip to content

WasmGPU.animation

Summary

WasmGPU.animation is the animation and skin factory facade. It creates animation clips, players that advance a clip over time, and reusable skins that can create per-mesh skin instances.

Syntax

const clip = wgpu.animation.createClip(descriptor);
const player = wgpu.animation.createPlayer(clip);

Available APIs

See Also