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.
9 lines • 435 B
TypeScript
import { IUniform, 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