make the nether playable. fix error with enabling DH shadowmap with translucent shadows on.

This commit is contained in:
Xonk
2024-03-22 22:58:19 -04:00
parent 46405f95f1
commit f071204fc9
6 changed files with 55 additions and 31 deletions

View File

@ -52,7 +52,7 @@ void main() {
#ifdef NETHER_SHADER
lightCol.rgb = vec3(0.0);
averageSkyCol = vec3(0.0);
averageSkyCol_Clouds = vec3(2.0, 1.0, 0.5) * 30.0;
averageSkyCol_Clouds = vec3(2.0, 1.0, 0.5) * 10.0;
#endif
#ifdef END_SHADER