X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSunSurface.hpp;h=b5a056be3fe14dec0e69be7bc03d02ccbe207477;hb=2025d49798b93180237b6ce62d3ff5d6ee8ebc6e;hp=5ce91b12cdf11f123605c0582842d2becad4620e;hpb=c5556cf5f6813887a3503433c021ccd2e7fae865;p=blobs.git diff --git a/src/graphics/SunSurface.hpp b/src/graphics/SunSurface.hpp index 5ce91b1..b5a056b 100644 --- a/src/graphics/SunSurface.hpp +++ b/src/graphics/SunSurface.hpp @@ -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 SetLight(const glm::vec3 &color, float strength) noexcept;