1 2 3
fn animation(coord: vec2<f32>, beat_progression: f32) -> vec3<f32> { return vec3<f32>(0.0, 0.0, 0.0); }