UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

17 lines (15 loc) 292 B
import { Uniform } from 'three'; export const LuminosityHighPassShader: { shaderID: string; uniforms: { tDiffuse: Uniform; luminosityThreshold: Uniform; smoothWidth: Uniform; defaultColor: Uniform; defaultOpacity: Uniform; }; vertexShader: string; fragmentShader: string; };