]> git.localhorst.tv Git - blobs.git/blobdiff - src/graphics/CreatureSkin.hpp
basic info box
[blobs.git] / src / graphics / CreatureSkin.hpp
index 78cf658d3c48e8b3e4b7885bddc1732ffcae9292..0d83563b2e4f35c8575389fdeadf6b6c2509a7cf 100644 (file)
@@ -29,6 +29,8 @@ public:
 public:
        void Activate() noexcept;
 
+       void SetM(const glm::mat4 &m) 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 SetTexture(ArrayTexture &) noexcept;
        void SetLight(int n, const glm::vec3 &pos, const glm::vec3 &color, float strength) noexcept;