UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

14 lines (13 loc) 242 B
/** * Luminosity * http://en.wikipedia.org/wiki/Luminosity */ export declare const LuminosityShader: { uniforms: { tDiffuse: { value: null; }; }; vertexShader: string; fragmentShader: string; };