]> 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 09ab78e368835998a09978d2be12c6620036a26c..0c828393675cb50f6e175510cfacfd6592a083be 100644 (file)
@@ -27,6 +27,7 @@ public:
        const Model &GetModel() const noexcept { return *model; }
 
        glm::mat4 EyesTransform() const noexcept;
+       Part::State &EyesState() noexcept;
 
        void Render(const glm::mat4 &, DirectionalLighting &);