UNPKG

threepipe

Version:

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

10 lines 493 B
import { IUniform } from 'three/src/renderers/shaders/UniformsLib'; import { Texture } from 'three'; import { ExtendedShaderPass } from './ExtendedShaderPass'; import { IPass } from './Pass'; export declare class GenericBlendTexturePass extends ExtendedShaderPass implements IPass { constructor(uniforms: { [uniform: string]: IUniform; }, blendFunc?: string, extraFrag?: string, texture?: Texture, maxIntensity?: number); } //# sourceMappingURL=GenericBlendTexturePass.d.ts.map