]> git.tdb.fi Git - libs/gl.git/commit
Produce a linear animation curve if there's only one keyframe
authorMikko Rasa <tdb@tdb.fi>
Mon, 26 Aug 2019 11:53:21 +0000 (14:53 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 26 Aug 2019 11:53:21 +0000 (14:53 +0300)
commita3c795f7b07afa3e8838ad143f8df7a8d10f1ad4
tree8f5fef7c437ccea3ee86def5cc8a0e4e5bd83fa3
parent95a6bef6db17089d0eb82b4df005fa5f05b2f6e2
Produce a linear animation curve if there's only one keyframe

This can be useful for setting a constant value for the duration of an
animation, without needing to specify the value twice.
source/animation.cpp