X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fkeyframe.h;h=5b748add113c5432c0d3c5836e6fceaf4db8b590;hp=4b985ca7e56dfb0d5248132cd9ff7b17d287e9f2;hb=4d2cc08aae8d7cb6ecb565c13091ddc50e894413;hpb=29ee3d841a610d24ccfa3e16e492e278f81f64bd diff --git a/source/keyframe.h b/source/keyframe.h index 4b985ca7..5b748add 100644 --- a/source/keyframe.h +++ b/source/keyframe.h @@ -68,6 +68,7 @@ public: void set_transform(const Transform &); void set_matrix(const Matrix &); + void set_uniform(const std::string &, const AnimatedUniform &); void set_pose(const Pose &); const Transform &get_transform() const { return transform; } Matrix get_matrix() const { return transform.to_matrix(); }