X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimatedobject.h;h=df0b15ebe04e2f6cc6d91090ba60292c14a66adb;hb=3137e87b72823bc4227d4382c157867b19aacb49;hp=acec4322af1d08ee15c755fe1cdea9368c9af41e;hpb=57fc4142e0b19a21f61c60b00f8310d5d2c27871;p=libs%2Fgl.git diff --git a/source/animatedobject.h b/source/animatedobject.h index acec4322..df0b15eb 100644 --- a/source/animatedobject.h +++ b/source/animatedobject.h @@ -1,6 +1,7 @@ #ifndef MSP_GL_ANIMATEDOBJECT_H_ #define MSP_GL_ANIMATEDOBJECT_H_ +#include #include "matrix.h" #include "objectinstance.h" @@ -15,10 +16,12 @@ class AnimatedObject: public ObjectInstance { private: Matrix matrix; + std::vector pose_data; ProgramData *shdata; public: AnimatedObject(const Object &); + ~AnimatedObject(); void set_matrix(const Matrix &); void set_pose_matrix(unsigned, const Matrix &);