Update colors

This commit is contained in:
schmelczerandras 2020-07-25 17:16:48 +02:00
parent 4ef6922da8
commit 9aef368324
8 changed files with 36 additions and 45 deletions

View file

@ -4,7 +4,7 @@ precision mediump float;
#define INFINITY 10000.0
#define LIGHT_COUNT 5
#define AMBIENT_LIGHT vec3(0.05)
#define AMBIENT_LIGHT vec3(0.15)
#define LIGHT_DROP 800.0
#define SHADOW_BIAS 0.01