UNPKG

polygonjs-engine

Version:

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

13 lines (11 loc) 171 B
import { Uniform } from 'three'; export const CopyShader: { uniforms: { tDiffuse: Uniform; opacity: Uniform; }; vertexShader: string; fragmentShader: string; };