UNPKG

polygonjs-engine

Version:

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

17 lines (15 loc) 255 B
import { Uniform } from 'three'; export const FilmShader: { uniforms: { tDiffuse: Uniform; time: Uniform; nIntensity: Uniform; sIntensity: Uniform; sCount: Uniform; grayscale: Uniform; }; vertexShader: string; fragmentShader: string; };