]> git.tdb.fi Git - libs/gl.git/commit
Add public functions for adding owned keyframes to Animation
authorMikko Rasa <tdb@tdb.fi>
Sun, 23 Jun 2019 19:37:22 +0000 (22:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 23 Jun 2019 19:37:22 +0000 (22:37 +0300)
commitf88bce7df357cf12ce20b7dc8c7d179d2ae95920
tree2c6bcc47816c9f0e780461611e5a2178ed60604f
parent6e528ad728ed93f2016bc9f4204a9d906576300e
Add public functions for adding owned keyframes to Animation

This is useful when constructing animations in code, to avoid the need
of storing pointers to the keyframes.
source/animation.cpp
source/animation.h