Buckets:
| import { Loader, LoadingManager, BufferGeometry } from 'three' | |
| export class DRACOLoader extends Loader { | |
| constructor(manager?: LoadingManager) | |
| load( | |
| url: string, | |
| onLoad: (geometry: BufferGeometry) => void, | |
| onProgress?: (event: ProgressEvent) => void, | |
| onError?: (event: ErrorEvent) => void, | |
| ): void | |
| loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<BufferGeometry> | |
| setDecoderPath(path: string): DRACOLoader | |
| setDecoderConfig(config: object): DRACOLoader | |
| setWorkerLimit(workerLimit: number): DRACOLoader | |
| preload(): DRACOLoader | |
| dispose(): DRACOLoader | |
| } | |
Xet Storage Details
- Size:
- 612 Bytes
- Xet hash:
- 7711c4542d21d214cf73eb6419ecddc82435f7f596e962a0deb52eb7c3610af3
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.