Buckets:
| import { Loader, Mesh, LoadingManager } from 'three' | |
| export interface XResult { | |
| animations: object[] | |
| models: Mesh[] | |
| } | |
| export class XLoader extends Loader { | |
| constructor(manager?: LoadingManager) | |
| load( | |
| url: string, | |
| onLoad: (object: XResult) => void, | |
| onProgress?: (event: ProgressEvent) => void, | |
| onError?: (event: ErrorEvent) => void, | |
| ): void | |
| loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<XResult> | |
| parse(data: ArrayBuffer | string, onLoad: (object: object) => void): object | |
| } | |
Xet Storage Details
- Size:
- 537 Bytes
- Xet hash:
- 8fce36c87d81642cb0caf607649890584238ace37438bc5316639ed81ee5e619
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.