From 81ef753739abd1a3a541ab7d66ef073585693eeb Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 13 Jun 2024 18:46:28 +0200 Subject: more reverb --- pass1.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pass1.frag b/pass1.frag index a6b22e0..f00cdcf 100644 --- a/pass1.frag +++ b/pass1.frag @@ -57,6 +57,6 @@ void main() { fbuv += 0.5; // restore center // add transformed version of previous frame on top - color += texture(buf, fbuv) * 0.98; + color += texture(buf, fbuv) * 0.99; } -- cgit v1.2.3