UNPKG

@types/three

Version:
13 lines (11 loc) 241 B
import { IUniform } from "three"; export const KaleidoShader: { name: string; uniforms: { tDiffuse: IUniform; sides: IUniform; angle: IUniform; }; vertexShader: string; fragmentShader: string; };