Updated deferred shadows example to use new framebuffer class

This commit is contained in:
saschawillems 2016-07-16 23:27:39 +02:00
parent 47bd9d62e2
commit f3a86c292c
12 changed files with 156 additions and 458 deletions

View file

@ -16,7 +16,7 @@ layout (location = 0) out vec4 outFragColor;
#define LIGHT_COUNT 3
#define SHADOW_FACTOR 0.25
#define AMBIENT_LIGHT 0.0
#define AMBIENT_LIGHT 0.1
#define USE_PCF
struct Light