mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 11:59:26 -05:00
Merge pull request #1340 from notargs/feature/fix_bug
ReconstructSpringBoneを呼んだ時、デフォルトの回転角の指定が正しく行えない問題を修正
This commit is contained in:
@@ -107,7 +107,7 @@ namespace UniVRM10.FastSpringBones.System
|
||||
parentTransformIndex = parent != null ? transformIndexDictionary[parent] : -1,
|
||||
currentTail = currentTail,
|
||||
prevTail = currentTail,
|
||||
localRotation = joint.Transform.localRotation,
|
||||
localRotation = Quaternion.identity,
|
||||
boneAxis = localChildPosition.normalized,
|
||||
length = localChildPosition.magnitude
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user