srx 14 : isometric

This commit is contained in:
2025-11-10 00:18:37 +01:00
parent 94d1593e8e
commit 24fe873778
6 changed files with 92 additions and 13 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ void main() {
float k = mean(color_a);
mix_value = mix(mix_value * 0.9 + 0.05, mix_value, iDemo);
mix_value = mix(mix_value * 0.9 + 0.05, mix_value, 1 - iDemo);
fragColor = mix(color_b, color_a, mix_type ? step(mix_value, k) : mix_value);
}