X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpose.h;h=cbd8137bc4b861f5ccdb7d3e9b0411e754c57faa;hb=1c03d9e430782b329c684fbf9c9e10230eec1966;hp=41fc3de596986940f7f60528d4af510615894557;hpb=164d77011ab4ebe76c9bf2b7ed8d8dd8ebc20e61;p=libs%2Fgl.git 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; };