download
raw
450 Bytes
import { Loader, Group, LoadingManager } from 'three'
export class FBXLoader extends Loader {
constructor(manager?: LoadingManager)
load(
url: string,
onLoad: (object: Group) => void,
onProgress?: (event: ProgressEvent) => void,
onError?: (event: ErrorEvent) => void,
): void
loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<Group>
parse(FBXBuffer: ArrayBuffer | string, path: string): Group
}

Xet Storage Details

Size:
450 Bytes
·
Xet hash:
17946f8e56178ca3e6d927f60d728bda86f7ef6a7ac8f2fe9fe02ad428f7694d

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