UNPKG

@types/three

Version:
15 lines (13 loc) 306 B
import { IUniform } from "three"; export const WaterRefractionShader: { name: string; uniforms: { color: IUniform; time: IUniform; tDiffuse: IUniform; tDudv: IUniform; textureMatrix: IUniform; }; vertexShader: string; fragmentShader: string; };