X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fkeyframe.h;h=88e852149570cae1d6e32968a60d73ed9cd6a5b5;hp=7854a928863c86ea7d2a30891d97a3687ac44b22;hb=aea9ceca71b59358248be94fdf272fd4791ca990;hpb=3f7c493e13b7108098539078b729cffc095c304b diff --git a/source/keyframe.h b/source/keyframe.h index 7854a928..88e85214 100644 --- a/source/keyframe.h +++ b/source/keyframe.h @@ -30,6 +30,7 @@ public: void rotation(float, float, float, float); void scaling_uniform(float); void scaling(float, float, float); + void transform(); void uniforms(); };