UNPKG

polygonjs-engine

Version:

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

12 lines (10 loc) 157 B
import { Uniform } from 'three'; export const LuminosityShader: { uniforms: { tDiffuse: Uniform; }; vertexShader: string; fragmentShader: string; };