X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpose.h;h=cbd8137bc4b861f5ccdb7d3e9b0411e754c57faa;hp=41fc3de596986940f7f60528d4af510615894557;hb=a9c375e17065bcc429b430bd8211a9ee845159a5;hpb=a4549c55a6d47129bd9e42c6a49a671b759ce6d9 diff --git a/source/pose.h b/source/pose.h index 41fc3de5..cbd8137b 100644 --- a/source/pose.h +++ b/source/pose.h @@ -48,6 +48,7 @@ public: Pose(const Armature &); void set_armature(const Armature &); + const Armature *get_armature() const { return armature; } void rotate_link(unsigned, float, const Vector3 &); const Matrix &get_link_matrix(unsigned) const; };