UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

22 lines (21 loc) 403 B
export declare const WaterRefractionShader: { uniforms: { color: { value: null; }; time: { value: number; }; tDiffuse: { value: null; }; tDudv: { value: null; }; textureMatrix: { value: null; }; }; vertexShader: string; fragmentShader: string; };