]> git.localhorst.tv Git - blank.git/blobdiff - src/model/Instance.hpp
use entity's eyes to aim
[blank.git] / src / model / Instance.hpp
index 8b94bcd8c20ac0fc6a53de887201ecd5fa5b2748..09ab78e368835998a09978d2be12c6620036a26c 100644 (file)
@@ -26,6 +26,8 @@ public:
        operator bool() const noexcept { return model; }
        const Model &GetModel() const noexcept { return *model; }
 
+       glm::mat4 EyesTransform() const noexcept;
+
        void Render(const glm::mat4 &, DirectionalLighting &);
 
 private: