Name change, but backwards

This commit is contained in:
Confideo-IOM
2026-08-04 18:32:37 +01:00
parent 3e8b8952f7
commit 2b3785e6af
45 changed files with 1079 additions and 498 deletions
@@ -292,7 +292,7 @@ float SampleShadow(vec4 frag_clip_space, sampler2DArray sampler_shadow_map, uint
// calculate bias (based on depth map resolution and slope)
float bias = max(0.005 * (1.0 - dot(normal, light_dir)), 0.0001);
float bias = max(0.005 * (1.0 - dot(normal, light_dir)), 0.0005);
// check whether current frag pos is in shadow