diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-13 18:46:28 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-13 18:46:28 +0200 |
commit | 81ef753739abd1a3a541ab7d66ef073585693eeb (patch) | |
tree | 6dc950b0e88618c0e01d3ad236a00d98b2a92d7a | |
parent | 9bb7486a471e61c3849e78f871da4fe92951b613 (diff) |
more reverb
-rw-r--r-- | pass1.frag | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |