X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimatedobject.h;h=acec4322af1d08ee15c755fe1cdea9368c9af41e;hb=57fc4142e0b19a21f61c60b00f8310d5d2c27871;hp=4f6085ff84ce146974bcfa2e64f84b23fa672c64;hpb=8cbb77df13c4a0e6d6ae0f8b32913cf7e5b2f59c;p=libs%2Fgl.git diff --git a/source/animatedobject.h b/source/animatedobject.h index 4f6085ff..acec4322 100644 --- a/source/animatedobject.h +++ b/source/animatedobject.h @@ -15,11 +15,13 @@ class AnimatedObject: public ObjectInstance { private: Matrix matrix; + ProgramData *shdata; public: AnimatedObject(const Object &); void set_matrix(const Matrix &); + void set_pose_matrix(unsigned, const Matrix &); virtual void setup_render(Renderer &, const Tag &) const; };