]> git.localhorst.tv Git - blobs.git/blobdiff - src/graphics/SunSurface.hpp
track creature with camera
[blobs.git] / src / graphics / SunSurface.hpp
index b5a056be3fe14dec0e69be7bc03d02ccbe207477..f10e0e5db6a2da7933660dcca2956a45dd58453a 100644 (file)
@@ -4,8 +4,6 @@
 #include "Program.hpp"
 #include "SimpleVAO.hpp"
 
-#include "glm.hpp"
-
 #include <cstdint>
 
 
@@ -30,6 +28,7 @@ public:
        void Activate() noexcept;
 
        void SetM(const glm::mat4 &m) noexcept;
+       void SetV(const glm::mat4 &v) noexcept;
        void SetVP(const glm::mat4 &v, const glm::mat4 &p) noexcept;
        void SetMVP(const glm::mat4 &m, const glm::mat4 &v, const glm::mat4 &p) noexcept;
        void SetLight(const glm::vec3 &color, float strength) noexcept;