]> git.tdb.fi Git - libs/gl.git/history - source/animation.h
Add compatibility support for slope-based animation interpolation
[libs/gl.git] / source / animation.h
2019-06-08 Mikko RasaAdd compatibility support for slope-based animation...
2019-06-08 Mikko RasaRefactor KeyFrame ownership management in Animation
2019-06-07 Mikko RasaUse bezier splines in Animation
2019-06-07 Mikko RasaMake animation curve creation more generic
2019-06-05 Mikko RasaReimplement Animation using splines
2018-07-01 Mikko RasaAdd getter for animation duration
2018-07-01 Mikko RasaSupport slopes in keyframe interpolation
2018-05-02 Mikko RasaCosmetic fixes
2018-05-02 Mikko RasaImplement an event system for animations
2018-05-02 Mikko RasaRefactor the Animation reference out of TimedKeyFrame
2018-05-02 Mikko RasaFix a stale pointer issue with Animation
2018-04-28 Mikko RasaUse vector when there's no reason to use some other...
2018-04-28 Mikko RasaMake Animation::Iterator assignable
2015-07-31 Mikko RasaSupport animation of uniform variables
2013-11-27 Mikko RasaConvert Matrix to use floats
2013-04-11 Mikko RasaForce some c'tors and d'tors to be emitted in the library
2012-08-12 Mikko RasaSupport for armature-based animation
2012-08-11 Mikko RasaRestructure Animation to make matrix interpolation...
2012-08-05 Mikko RasaBasic animation support