UNPKG

@polygonjs/polygonjs

Version:

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

11 lines (9 loc) 194 B
import { Uniform } from 'three'; export const SepiaShader: { uniforms: { tDiffuse: Uniform; amount: Uniform; }; vertexShader: string; fragmentShader: string; };