Force glm clip space to 0..1 (Fixes #18, Fixes #45)

This commit is contained in:
saschawillems 2016-03-08 21:52:40 +01:00
parent 3ac12b5667
commit 403d851d63
29 changed files with 1195 additions and 1166 deletions

View file

@ -17,7 +17,7 @@
#include <vector>
#define GLM_FORCE_RADIANS
#define GLM_DEPTH_ZERO_TO_ONE
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/matrix_inverse.hpp>