@types/three
Version:
TypeScript definitions for three
20 lines (18 loc) • 437 B
TypeScript
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;
};