matrix transform is in glm/gtc

This commit is contained in:
brunoherbelin
2020-04-13 17:57:29 +02:00
parent 1f2a37a85f
commit c4c48a84b2
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
#include <tinyfiledialogs.h>
#include <glm/glm.hpp>
#include <glm/ext/matrix_transform.hpp>
#include <glm/gtc/matrix_transform.hpp>
// generic image loader
#define STB_IMAGE_IMPLEMENTATION