X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FCamera.hpp;h=a3a9e577a8a5dd5cbfadbf0a405a76abb45c38b5;hb=refs%2Fheads%2Fmaster;hp=b00d580615558457ef488076a013b8fedf027920;hpb=7a0da3422f7c9b81ae529a7554f6d16e85f05e1d;p=blobs.git diff --git a/src/graphics/Camera.hpp b/src/graphics/Camera.hpp index b00d580..a3a9e57 100644 --- a/src/graphics/Camera.hpp +++ b/src/graphics/Camera.hpp @@ -39,6 +39,7 @@ public: const glm::mat4 &Projection() const noexcept { return projection; } const glm::mat4 &View() const noexcept { return view; } glm::mat4 Model(const world::Body &) const noexcept; + glm::mat4 Universe() const noexcept; private: void UpdateProjection() noexcept;