UNPKG

three

Version:

JavaScript 3D library

16 lines (14 loc) 254 B
import { Uniform } from '../../../src/Three'; export const WaterRefractionShader: { uniforms: { color: Uniform; time: Uniform; tDiffuse: Uniform; tDudv: Uniform; textureMatrix: Uniform; }; vertexShader: string; fragmentShader: string; };