1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-13 08:34:32 +02:00

#23 increase alpha-test ref

This commit is contained in:
XProger
2017-05-01 03:58:21 +03:00
parent c959e63366
commit 741e9a90ac

View File

@@ -392,7 +392,7 @@ varying vec4 vTexCoord; // xy - atlas coords, zw - caustics coords
#endif
#ifdef ALPHA_TEST
if (color.w <= 0.5)
if (color.w <= 0.8)
discard;
#endif