download
raw
559 Bytes
import { Loader, AnimationClip, Skeleton, LoadingManager } from 'three'
export interface BVH {
clip: AnimationClip
skeleton: Skeleton
}
export class BVHLoader extends Loader {
constructor(manager?: LoadingManager)
animateBonePositions: boolean
animateBoneRotations: boolean
load(
url: string,
onLoad: (bvh: BVH) => void,
onProgress?: (event: ProgressEvent) => void,
onError?: (event: ErrorEvent) => void,
): void
loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<BVH>
parse(text: string): BVH
}

Xet Storage Details

Size:
559 Bytes
·
Xet hash:
a0e6d3f290924adb27880559aa40c647bba5c576824391c80646fdaaf516e6a3

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.