UNPKG

polygonjs-engine

Version:

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

14 lines (12 loc) 197 B
import { Uniform } from 'three'; export const PixelShader: { uniforms: { tDiffuse: Uniform; resolution: Uniform; pixelSize: Uniform; }; vertexShader: string; fragmentShader: string; };