1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-04 10:45:34 +00:00

tweaked depth bias

This commit is contained in:
scrawl 2012-08-07 22:43:11 +02:00
parent 15a16aeba1
commit 993c7150dc

View file

@ -1,5 +1,5 @@
#define FIXED_BIAS 0.005
#define FIXED_BIAS 0.0003
float depthShadowPCF (shTexture2D shadowMap, float4 shadowMapPos, float2 offset)
{