Buckets:
ktongue/docker_container / simsite /frontend /node_modules /three-stdlib /loaders /LUT3dlLoader.d.ts
| import { Loader, LoadingManager, DataTexture, Texture } from 'three' | |
| export interface LUT3dlResult { | |
| size: number | |
| texture: DataTexture | |
| texture3D: Texture // Data3DTexture | |
| } | |
| export class LUT3dlLoader extends Loader { | |
| constructor(manager?: LoadingManager) | |
| load( | |
| url: string, | |
| onLoad: (result: LUT3dlResult) => void, | |
| onProgress?: (event: ProgressEvent) => void, | |
| onError?: (event: Error) => void, | |
| ): any | |
| loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<LUT3dlResult> | |
| parse(data: string): LUT3dlResult | |
| } | |
Xet Storage Details
- Size:
- 561 Bytes
- Xet hash:
- dd6078a8f39ba01c5e79d8f6dd7f81d601127529fec2cb2ccd6cdcfae6daa465
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.