mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made shadows darker
This commit is contained in:
parent
ef973faadf
commit
6709b18cb6
@ -31,7 +31,7 @@ float get_sun_brightness(vec3 sun_dir) {
|
|||||||
const float PERSISTENT_AMBIANCE = 0.008;
|
const float PERSISTENT_AMBIANCE = 0.008;
|
||||||
|
|
||||||
vec3 get_sun_diffuse(vec3 norm, float time_of_day) {
|
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);
|
vec3 sun_dir = get_sun_dir(time_of_day);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user