UNPKG

polygonjs-engine

Version:

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

13 lines (11 loc) 175 B
import { Uniform } from 'three'; export const HorizontalBlurShader: { uniforms: { tDiffuse: Uniform; h: Uniform; }; vertexShader: string; fragmentShader: string; };