From 754ebf34cbb6280ef77421e1ca54d35d727dc6f7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 18 Nov 2023 17:37:57 +0100 Subject: debug and better search --- flowy/src/motion/debug.wgsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flowy/src/motion/debug.wgsl') diff --git a/flowy/src/motion/debug.wgsl b/flowy/src/motion/debug.wgsl index 3e740f6..7da5c57 100644 --- a/flowy/src/motion/debug.wgsl +++ b/flowy/src/motion/debug.wgsl @@ -25,7 +25,7 @@ struct BlockOffset { for (var x = 0; x < params.block_size.x; x++) { for (var y = 0; y < params.block_size.y; y++) { let base = uv + vec2(x, y); - let col = vec4(colormap_vec(vec2(bl.offset) * 0.05),1.); + let col = vec4(colormap_vec(vec2(bl.offset) * 0.08),1.); textureStore(out, base, col); } } -- cgit v1.2.3-70-g09d2