UNPKG

@polygonjs/polygonjs

Version:

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

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