overte/libraries/animation
Anthony Thibault 001e4bc952 AnimClip now supports relative animations.
Relative animations are animations that are rotation deltas from some base reference pose.
They are calculated by multiplying each frame of each joint the inverse of that joints in the base reference pose.
It is intended for use with additive blending.

Added the following fields to AnimClip node.

* isRelative (boolean)
* baseURL (string)
* baseFrame (int)
2019-08-21 16:11:10 -07:00
..
src AnimClip now supports relative animations. 2019-08-21 16:11:10 -07:00
CMakeLists.txt Add two missing CMake includes 2019-02-12 16:24:13 -08:00