Io - GlbAnimation
API reference — the GlbAnimation doors of @huukhanhnguyen/io: readers, writers and their option / result types, all on this page.
import { readGltfAnimations } from '@huukhanhnguyen/io'Source: ./glbAnimation. See all formats or the Guide.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
readGltfAnimations
function
readGltfAnimations(data: Uint8Array | ArrayBuffer): { skeletons: Skeleton[]; tracks: Track[]; animations: AnimationClip[]; weightsTrackByNodeName: Map<string, string>; warnings: string[]; }