disallow POM on signs, sample sky color (the one without clouds) to get an average color, it was too blue for me...clean up gbuffer program for my own convenience,

This commit is contained in:
Xonk
2023-06-27 00:18:41 -04:00
parent 6ed56f9f9a
commit d46a423c50
10 changed files with 224 additions and 334 deletions

View File

@ -146,8 +146,7 @@ vec3 Cloud_lighting(
float powder = 1.0 - exp(CloudShape * coeeff/3);
float lesspowder = powder*0.4+0.6;
vec3 skyLighting = SkyColors; // skyLighting = vec3(0.0);
vec3 skyLighting = SkyColors;
#ifdef Altostratus
/// a special conditon where scattered light exiting altocumulus clouds come down onto the cumulus clouds below.