random seed

This commit is contained in:
2025-09-20 18:24:20 +02:00
parent 125c8fb324
commit 66404d0df6
12 changed files with 118 additions and 110 deletions
+1 -3
View File
@@ -7,8 +7,6 @@
in vec2 vUV;
out vec4 fragColor;
const float seed = 559;
void main() {
fragColor = fx_stage(vUV, tex5, tex6, seed);
fragColor = fx_stage(vUV, tex5, tex6, seed4);
}