X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FInstance.hpp;h=0c828393675cb50f6e175510cfacfd6592a083be;hb=b9a63fedbc65e8659c43f7fa381017c0c70a48da;hp=8b94bcd8c20ac0fc6a53de887201ecd5fa5b2748;hpb=7e782291e0ce39eb2d4e8c1df28f682c313e6f8d;p=blank.git diff --git a/src/model/Instance.hpp b/src/model/Instance.hpp index 8b94bcd..0c82839 100644 --- a/src/model/Instance.hpp +++ b/src/model/Instance.hpp @@ -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: