UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

8 lines 456 B
import { DataTexture } from 'three'; import { EXRExporter, EXRExporterParseOptions } from 'three/examples/jsm/exporters/EXRExporter.js'; import { IExportParser } from '../IExporter'; import { IRenderTarget } from '../../rendering'; export declare class EXRExporter2 extends EXRExporter implements IExportParser { parseAsync(obj: IRenderTarget | DataTexture, options: EXRExporterParseOptions): Promise<Blob>; } //# sourceMappingURL=EXRExporter2.d.ts.map