X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimatedobject.h;h=6bcd37ce4b609dbecadece72bfc336bc75317827;hb=27abdf9ad5d5e297fd74ddc23b39b0c7817a20d8;hp=df0b15ebe04e2f6cc6d91090ba60292c14a66adb;hpb=237bf34e27585f4083a9c8cea5a7df95f4c081e7;p=libs%2Fgl.git diff --git a/source/animatedobject.h b/source/animatedobject.h index df0b15eb..6bcd37ce 100644 --- a/source/animatedobject.h +++ b/source/animatedobject.h @@ -26,6 +26,8 @@ public: void set_matrix(const Matrix &); void set_pose_matrix(unsigned, const Matrix &); + virtual const Matrix *get_matrix() const { return &matrix; } + virtual void setup_render(Renderer &, const Tag &) const; };