summaryrefslogtreecommitdiff
path: root/scene/animation/animation_tree.h
AgeCommit message (Collapse)Author
2018-08-02Add method to manually advance AnimationTree and manual process mode.Saracen
2018-06-27The way multiple quaternions being slerped was not good, changed approach to ↵Juan Linietsky
one that seems to work better.
2018-06-27change node graph property and improved some bindingsJuan Linietsky
2018-06-26-Add root motion support in AnimationTree.Juan Linietsky
-Add RootMotionView, to debug root motion in 3D (disabled in runtime)
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky