16 stages

This commit is contained in:
2025-09-16 23:30:26 +02:00
parent 16128826a4
commit ee8953fea0
3 changed files with 163 additions and 11 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ in vec2 vUV;
layout(location = 7) out vec3 fragColor;
void main() {
fragColor = mix_stage(vUV, frame5, frame6);
fragColor = mix_stage(vUV, frame5, frame6, sin(iTime * 0.25) * 0.3 + 0.3); // TODO tmp
}