polygonjs-engine
Version:
node-based webgl 3D engine https://polygonjs.com
22 lines (20 loc) • 348 B
TypeScript
import {
Uniform
} from 'three';
export const DigitalGlitch: {
uniforms: {
tDiffuse: Uniform;
tDisp: Uniform;
byp: Uniform;
amount: Uniform;
angle: Uniform;
seed: Uniform;
seed_x: Uniform;
seed_y: Uniform;
distortion_x: Uniform;
distortion_y: Uniform;
col_s: Uniform;
};
vertexShader: string;
fragmentShader: string;
};