Merge pull request #16488 from hyperlogic/bug-fix/android-t-pose

Bugfix for t-pose avatar when moving
This commit is contained in:
Anthony Thibault 2019-11-13 14:07:36 -08:00 committed by GitHub
commit a06905e6d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6865 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
}