]> git.localhorst.tv Git - blank.git/blobdiff - src/model/Instance.hpp
treat head pitch and yaw as entity state
[blank.git] / src / model / Instance.hpp
index 0c828393675cb50f6e175510cfacfd6592a083be..80c8f710fd14e7a0f60988a2fc6b0b73122a1110 100644 (file)
@@ -26,6 +26,9 @@ public:
        operator bool() const noexcept { return model; }
        const Model &GetModel() const noexcept { return *model; }
 
+       glm::mat4 BodyTransform() const noexcept;
+       Part::State &BodyState() noexcept;
+
        glm::mat4 EyesTransform() const noexcept;
        Part::State &EyesState() noexcept;