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 @@
#endif
#include <GLFW/glfw3native.h>
#include <glm/ext/matrix_transform.hpp> // glm::translate, glm::rotate, glm::scale
#include <glm/gtc/matrix_transform.hpp> // glm::translate, glm::rotate, glm::scale
#include <glm/ext/matrix_projection.hpp> // glm::unproject
#include <glm/ext/matrix_clip_space.hpp> // glm::perspective

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

View File

@@ -10,7 +10,7 @@
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtc/matrix_access.hpp>
#include <glm/ext/matrix_transform.hpp>
#include <glm/gtc/matrix_transform.hpp>
// GStreamer
#include <gst/gst.h>