UNPKG

@polygonjs/polygonjs

Version:

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

15 lines (13 loc) 336 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; };