indirect light glow from internal cloud light from end lightning

This commit is contained in:
Xonk
2023-12-22 16:19:44 -05:00
parent 5b7fa2ce52
commit 3983939d2a
4 changed files with 14 additions and 20 deletions

View File

@ -302,5 +302,5 @@ float GetCloudShadow(vec3 WorldPos, vec3 LightPos){
Shadow += Cast;
}
return clamp(exp(Shadow * -5.0),0.0,1.0);
return clamp(exp(Shadow * -10.0),0.0,1.0);
}