UNPKG

@types/three

Version:
20 lines (18 loc) 437 B
import { IUniform } from "three"; export const DigitalGlitch: { uniforms: { tDiffuse: IUniform; tDisp: IUniform; byp: IUniform; amount: IUniform; angle: IUniform; seed: IUniform; seed_x: IUniform; seed_y: IUniform; distortion_x: IUniform; distortion_y: IUniform; col_s: IUniform; }; vertexShader: string; fragmentShader: string; };