UNPKG

@types/three

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