diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-24 22:20:06 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-08-24 22:20:06 +0200 |
| commit | ab7885a7c4063d418cbd874a9fc7d906a7c7f3c3 (patch) | |
| tree | ab2aba54acbd28ecf067006a6a33947f4bbb2032 /shaders/lightmap.cpp | |
| parent | 040c3ebbfb590dfc6ee30b699de92914c198c554 (diff) | |
aaaaaa
Diffstat (limited to 'shaders/lightmap.cpp')
| -rw-r--r-- | shaders/lightmap.cpp | 4 |
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; |
