X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fgraphics%2FSunSurface.hpp;h=f10e0e5db6a2da7933660dcca2956a45dd58453a;hp=65727617996fc12212b7aa4a433fd75e0f314070;hb=e0180e01f4c659c97973f585fea5eb3344254ce0;hpb=b0e73e632f0b681a0af78f889dd82d370563944a diff --git a/src/graphics/SunSurface.hpp b/src/graphics/SunSurface.hpp index 6572761..f10e0e5 100644 --- a/src/graphics/SunSurface.hpp +++ b/src/graphics/SunSurface.hpp @@ -28,6 +28,7 @@ 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;