]> git.localhorst.tv Git - blank.git/blobdiff - src/shader.hpp
simple HUD
[blank.git] / src / shader.hpp
index c97e073111b9cf45a4dacf7f63dd620012d98d5c..97211c4aa6799860eb7f748c838369800d680f7d 100644 (file)
@@ -67,6 +67,8 @@ public:
 
        void Activate();
 
+       void SetLightDirection(const glm::vec3 &);
+
        void SetM(const glm::mat4 &m);
        void SetVP(const glm::mat4 &v, const glm::mat4 &p);
        void SetMVP(const glm::mat4 &m, const glm::mat4 &v, const glm::mat4 &p);