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 281 B
import { IMaterial } from '../core'; import { UiObjectConfig } from 'uiconfig.js'; export declare function makeSamplerUi<T extends IMaterial>(mat: T, map: keyof T, label?: string, hidden?: () => boolean, setDirty?: () => any): UiObjectConfig; //# sourceMappingURL=image-ui.d.ts.map