Adapt windows build to glm 1.0.2 (#655)

* update Shadows.cpp

* add glm includes to Shadows.cpp

* add includes
This commit is contained in:
MihailRis
2025-10-17 13:03:58 +03:00
committed by GitHub
parent 064c1b407b
commit d435cbab5c
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
#include "Emitter.hpp"
#include <glm/gtc/random.hpp>
#include <glm/gtc/constants.hpp>
#include <glm/gtc/matrix_transform.hpp>
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/norm.hpp>