Code re-work: shadow mapping.

This commit is contained in:
Joey de Vries
2017-04-22 20:40:35 +02:00
parent 33dd340549
commit 85530ab997
25 changed files with 1030 additions and 1074 deletions

View File

@@ -7,7 +7,7 @@
#include <glm/gtc/type_ptr.hpp>
#include <learnopengl/filesystem.h>
#include <learnopengl/shader_m.h>
#include <learnopengl/shader.h>
#include <learnopengl/camera.h>
#include <learnopengl/model.h>