X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FCreatureSkin.hpp;h=1b5b6b8bc47ae4dd625f0818dff28e2d5539b8e6;hb=8f6530c75730f901efd6708e4fde7e68a178adf1;hp=78cf658d3c48e8b3e4b7885bddc1732ffcae9292;hpb=196f02bdbbd372b77141201f045fcfea318093b1;p=blobs.git diff --git a/src/graphics/CreatureSkin.hpp b/src/graphics/CreatureSkin.hpp index 78cf658..1b5b6b8 100644 --- a/src/graphics/CreatureSkin.hpp +++ b/src/graphics/CreatureSkin.hpp @@ -3,8 +3,6 @@ #include "Program.hpp" -#include "glm.hpp" - namespace blobs { namespace graphics { @@ -29,6 +27,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;