UNPKG

polygonjs-engine

Version:

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

13 lines (11 loc) 174 B
import { Uniform } from 'three'; export const FXAAShader: { uniforms: { tDiffuse: Uniform; resolution: Uniform; }; vertexShader: string; fragmentShader: string; };