UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

7 lines 343 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=../src/postprocessing/AddBlendTexturePass.d.ts.map