X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimatedobject.h;h=3ec336fd353e1349bec2d0811f579512c5819233;hp=23333ee53dfb4e5e347c97ed97d7c05b033e737a;hb=d093b45975eb03b07680711ce982ad634a50fba3;hpb=5b71f1bf0d152486c0f6fe03c853992c57530369 diff --git a/source/animatedobject.h b/source/animatedobject.h index 23333ee5..3ec336fd 100644 --- a/source/animatedobject.h +++ b/source/animatedobject.h @@ -37,6 +37,9 @@ public: ~AnimatedObject(); void set_pose_matrix(unsigned, const Matrix &); + ProgramData &get_shader_data(); + + // Deprecated void set_uniform(const std::string &, const KeyFrame::AnimatedUniform &); virtual const Matrix *get_matrix() const { return &matrix; }