UNPKG

three

Version:

JavaScript 3D library

13 lines (11 loc) 186 B
import { Uniform } from '../../../src/Three'; export const ColorifyShader: { uniforms: { tDiffuse: Uniform; color: Uniform; }; vertexShader: string; fragmentShader: string; };