UNPKG

@types/three

Version:
13 lines (11 loc) 245 B
import { IUniform } from "three"; export const HorizontalTiltShiftShader: { name: string; uniforms: { tDiffuse: IUniform; h: IUniform; r: IUniform; }; vertexShader: string; fragmentShader: string; };