mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-14 00:54:05 +02:00
#23 increase alpha-test ref
This commit is contained in:
@@ -392,7 +392,7 @@ varying vec4 vTexCoord; // xy - atlas coords, zw - caustics coords
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ALPHA_TEST
|
#ifdef ALPHA_TEST
|
||||||
if (color.w <= 0.5)
|
if (color.w <= 0.8)
|
||||||
discard;
|
discard;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user