]> git.localhorst.tv Git - blobs.git/blobdiff - src/graphics/SunSurface.hpp
track creature with camera
[blobs.git] / src / graphics / SunSurface.hpp
index 5ce91b12cdf11f123605c0582842d2becad4620e..f10e0e5db6a2da7933660dcca2956a45dd58453a 100644 (file)
@@ -4,8 +4,6 @@
 #include "Program.hpp"
 #include "SimpleVAO.hpp"
 
-#include "glm.hpp"
-
 #include <cstdint>
 
 
@@ -29,6 +27,9 @@ public:
 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;