UNPKG

@polygonjs/polygonjs

Version:

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

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