UNPKG

three

Version:

JavaScript 3D library

14 lines (12 loc) 212 B
import { Uniform } from '../../../src/Three'; export const HueSaturationShader: { uniforms: { tDiffuse: Uniform; hue: Uniform; saturation: Uniform; }; vertexShader: string; fragmentShader: string; };