]> git.localhorst.tv Git - blank.git/blobdiff - src/model/Instance.hpp
apply pitch to head instead of body
[blank.git] / src / model / Instance.hpp
index 8b94bcd8c20ac0fc6a53de887201ecd5fa5b2748..0c828393675cb50f6e175510cfacfd6592a083be 100644 (file)
@@ -26,6 +26,9 @@ public:
        operator bool() const noexcept { return model; }
        const Model &GetModel() const noexcept { return *model; }
 
+       glm::mat4 EyesTransform() const noexcept;
+       Part::State &EyesState() noexcept;
+
        void Render(const glm::mat4 &, DirectionalLighting &);
 
 private: