mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +02:00
Merge pull request #16488 from hyperlogic/bug-fix/android-t-pose
Bugfix for t-pose avatar when moving
This commit is contained in:
commit
a06905e6d0
3 changed files with 6865 additions and 2230 deletions
6864
interface/resources/avatar/avatar-animation-optimized-ik.json
Normal file
6864
interface/resources/avatar/avatar-animation-optimized-ik.json
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue