Buckets:
| import { LoadingManager, CompressedTextureLoader, CompressedPixelFormat } from 'three' | |
| export interface PVR { | |
| mipmaps: object[] | |
| width: number | |
| height: number | |
| format: CompressedPixelFormat | |
| mipmapCount: number | |
| isCubemap: boolean | |
| } | |
| export class PVRLoader extends CompressedTextureLoader { | |
| constructor(manager?: LoadingManager) | |
| parse(buffer: ArrayBuffer, loadMipmaps: boolean): PVR | |
| } | |
Xet Storage Details
- Size:
- 398 Bytes
- Xet hash:
- 60b718445006e0a7d21febe245c260c1105b6b5e51ce1af8a8936a4b631995b8
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.