UNPKG

polygonjs-engine

Version:

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

13 lines (11 loc) 173 B
import { Uniform } from 'three'; export const VerticalBlurShader: { uniforms: { tDiffuse: Uniform; v: Uniform; }; vertexShader: string; fragmentShader: string; };