Skip to content

Instantly share code, notes, and snippets.

View sndrgb's full-sized avatar

Alessandro Rigobello sndrgb

View GitHub Profile
// Fragment shader
precision highp float;
varying vec2 UV;
varying vec3 v_position;
uniform float time;
uniform float ratio;
uniform vec2 mouse;
#define PI 3.1416