UNPKG

threepipe

Version:

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

7 lines 321 B
import { Texture } from 'three'; import { ExtendedShaderPass } from './ExtendedShaderPass'; import { IPass } from './Pass'; export declare class AddBlendTexturePass extends ExtendedShaderPass implements IPass { constructor(texture?: Texture, maxIntensity?: number); } //# sourceMappingURL=AddBlendTexturePass.d.ts.map