UNPKG

@polygonjs/polygonjs

Version:

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

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