download
raw
427 Bytes
import { LoadingManager, DataTextureLoader, TextureDataType, PixelFormat } from 'three'
export interface EXR {
header: object
width: number
height: number
data: Float32Array
format: PixelFormat
type: TextureDataType
}
export class EXRLoader extends DataTextureLoader {
constructor(manager?: LoadingManager)
type: TextureDataType
parse(buffer: ArrayBuffer): EXR
setDataType(type: TextureDataType): this
}

Xet Storage Details

Size:
427 Bytes
·
Xet hash:
c564c1a94ef6e028e0d4523810972415ec1276fb93e4cb046a428eacc24e2050

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