X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.hpp;fp=src%2Fworld%2FEntity.hpp;h=3bcc21f65f2573a456d094bb3a0656c1b1001e99;hb=ec40d74319e24480c00f63cb6cfdbd6e1c454f3d;hp=2a4ef89093ff848556841669839c95965f7614e3;hpb=4727825186798902f68df5b99a6a32f0ef618454;p=blank.git diff --git a/src/world/Entity.hpp b/src/world/Entity.hpp index 2a4ef89..3bcc21f 100644 --- a/src/world/Entity.hpp +++ b/src/world/Entity.hpp @@ -77,6 +77,7 @@ public: } /// orientation of local coordinate system + void Orientation(const glm::quat &o) noexcept { state.orient = o; } const glm::quat &Orientation() const noexcept { return state.orient; } /// orientation of head within local coordinate system, in radians