UNPKG

three

Version:

JavaScript 3D library

13 lines (11 loc) 183 B
import { Uniform } from '../../../src/Three'; export const MirrorShader: { uniforms: { tDiffuse: Uniform; side: Uniform; }; vertexShader: string; fragmentShader: string; };