mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 11:28:35 -05:00
localPosition の間違い
This commit is contained in:
@@ -28,7 +28,7 @@ namespace UniVRM10.VRM10Viewer
|
||||
{
|
||||
// experimental: set pose
|
||||
var animator = instance.GetComponent<Animator>();
|
||||
animator.GetBoneTransform(HumanBodyBones.Hips).position = hips;
|
||||
animator.GetBoneTransform(HumanBodyBones.Hips).localPosition = hips;
|
||||
foreach (var kv in map)
|
||||
{
|
||||
var t = animator.GetBoneTransform(kv.Key);
|
||||
|
||||
Reference in New Issue
Block a user