UNPKG

three

Version:

JavaScript 3D library

14 lines (12 loc) 203 B
import { Uniform } from '../../../src/Three'; export const KaleidoShader: { uniforms: { tDiffuse: Uniform; sides: Uniform; angle: Uniform; }; vertexShader: string; fragmentShader: string; };