Made shadows darker

This commit is contained in:
Joshua Barretto 2019-07-04 16:29:32 +01:00
parent ef973faadf
commit 6709b18cb6

View File

@ -31,7 +31,7 @@ float get_sun_brightness(vec3 sun_dir) {
const float PERSISTENT_AMBIANCE = 0.008;
vec3 get_sun_diffuse(vec3 norm, float time_of_day) {
const float SUN_AMBIANCE = 0.2;
const float SUN_AMBIANCE = 0.1;
vec3 sun_dir = get_sun_dir(time_of_day);