UNPKG

threepipe

Version:

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

4 lines 270 B
import { ColorSpace } from 'three'; export declare function getTexelDecodingFunction(functionName: string, colorSpace: ColorSpace): string; export declare function getTexelDecoding(mapName: string, colorSpace?: ColorSpace): string; //# sourceMappingURL=encoding.d.ts.map