mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-12 16:14:25 +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
|
||||
|
||||
#ifdef ALPHA_TEST
|
||||
if (color.w <= 0.5)
|
||||
if (color.w <= 0.8)
|
||||
discard;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user