]> git.tdb.fi Git - libs/gl.git/commit
Basic animation support
authorMikko Rasa <tdb@tdb.fi>
Sun, 5 Aug 2012 12:26:23 +0000 (15:26 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 5 Aug 2012 12:53:23 +0000 (15:53 +0300)
commit4c5ba8f7d3bc755d6256cb6bf75907a1b10fc290
tree8176425fb9de1e79738476308818f86f7f1d1551
parent09e8535797c3e9b14b4e1fd9783e136e6632d626
Basic animation support
source/animatedobject.cpp [new file with mode: 0644]
source/animatedobject.h [new file with mode: 0644]
source/animation.cpp [new file with mode: 0644]
source/animation.h [new file with mode: 0644]
source/animationplayer.cpp [new file with mode: 0644]
source/animationplayer.h [new file with mode: 0644]
source/keyframe.cpp [new file with mode: 0644]
source/keyframe.h [new file with mode: 0644]