UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

17 lines (16 loc) 324 B
/** * Unpack RGBA depth shader * - show RGBA encoded depth as monochrome color */ export declare const UnpackDepthRGBAShader: { uniforms: { tDiffuse: { value: null; }; opacity: { value: number; }; }; vertexShader: string; fragmentShader: string; };