Buckets:
| import { DataTexture, DataTextureLoader, LoadingManager } from 'three' | |
| export class TGALoader extends DataTextureLoader { | |
| constructor(manager?: LoadingManager) | |
| load( | |
| url: string, | |
| onLoad?: (texture: DataTexture, texData: object) => void, | |
| onProgress?: (event: ProgressEvent) => void, | |
| onError?: (event: ErrorEvent) => void, | |
| ): DataTexture | |
| loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<DataTexture> | |
| parse(data: ArrayBuffer): DataTexture | |
| } | |
Xet Storage Details
- Size:
- 494 Bytes
- Xet hash:
- db6066a700601f86aa243069b5db6355acab641f737cfeb55a08755d3f2d02d5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.