aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-13 18:46:28 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-13 18:46:28 +0200
commit81ef753739abd1a3a541ab7d66ef073585693eeb (patch)
tree6dc950b0e88618c0e01d3ad236a00d98b2a92d7a
parent9bb7486a471e61c3849e78f871da4fe92951b613 (diff)
more reverb
-rw-r--r--pass1.frag2
1 files changed, 1 insertions, 1 deletions
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;
}