]> git.tdb.fi Git - libs/gl.git/commit
Use matching type to retrieve interpolated spline values
authorMikko Rasa <tdb@tdb.fi>
Sun, 17 Jan 2021 17:02:26 +0000 (19:02 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 17 Jan 2021 17:02:26 +0000 (19:02 +0200)
commit0d4a20af1ebfcdfe3d53e5754977463fa51c8194
tree45a55c8b0fef50b2ee73f30818907010827f303a
parent2c92b6eba5df782e8c4ff163fcb41901c02fca60
Use matching type to retrieve interpolated spline values

This way the double-to-float conversion is done at a more relevant stage.
source/animation.cpp