summaryrefslogtreecommitdiffhomepage
path: root/shaders/lightmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/lightmap.cpp')
-rw-r--r--shaders/lightmap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/shaders/lightmap.cpp b/shaders/lightmap.cpp
index b096ef3f..353febe3 100644
--- a/shaders/lightmap.cpp
+++ b/shaders/lightmap.cpp
@@ -25,8 +25,8 @@ namespace floormat {
namespace {
-constexpr float fuzz_pixels = 32;
-constexpr float shadow_wall_depth = 4;
+constexpr float fuzz_pixels = 16;
+constexpr float shadow_wall_depth = 8;
constexpr float real_image_size = 1024;
constexpr auto neighbor_count = lightmap_shader::neighbor_count;