temporary commit

This commit is contained in:
Haze Weathers 2025-07-25 17:56:33 -06:00
parent 8165cda61c
commit 84b689b819
14 changed files with 167 additions and 40 deletions

View file

@ -9,6 +9,8 @@ uniform float waves = 4.0;
uniform float wave_speed = 1.0;
uniform float wave_scale = 0.25;
const mat3 rotation[] = {mat3(1.0)};
void vertex() {
float body = (VERTEX.x) / 2.0;