Bugfix for t-pose avatar when moving

The android specific optimized IK animation graph was out of date, it was referencing
animations that have been deleted, hence the t-pose.  This PR updates and renames the
android/optimized ik animation graph to the latest.
This commit is contained in:
Anthony J. Thibault 2019-11-12 15:33:41 -08:00
parent 2a30f0fcba
commit 365b132c30
3 changed files with 6666 additions and 2230 deletions

File diff suppressed because it is too large Load diff

View file

@ -3098,7 +3098,7 @@ void MyAvatar::initAnimGraph() {
graphUrl = PathUtils::resourcesUrl("avatar/avatar-animation.json");
#if defined(Q_OS_ANDROID) || defined(HIFI_USE_OPTIMIZED_IK)
graphUrl = PathUtils::resourcesUrl("avatar/avatar-animation_withSplineIKNode.json");
graphUrl = PathUtils::resourcesUrl("avatar/avatar-animation-optimized-ik.json");
#endif
}