mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-12 21:45:06 -05:00
Merge pull request #1546 from notargs/feature/fix_springbone_bug
VRM1.0でSpringBone.centerが正常に動いていないバグを修正
This commit is contained in:
commit
14367b9846
|
|
@ -91,8 +91,8 @@ namespace UniVRM10.FastSpringBones.System
|
|||
}
|
||||
|
||||
logic.prevTail = centerTransform.HasValue
|
||||
? centerTransform.Value.worldToLocalMatrix.MultiplyPoint3x4(logic.currentTail)
|
||||
: logic.currentTail;
|
||||
? centerTransform.Value.worldToLocalMatrix.MultiplyPoint3x4(currentTail)
|
||||
: currentTail;
|
||||
logic.currentTail = centerTransform.HasValue
|
||||
? centerTransform.Value.worldToLocalMatrix.MultiplyPoint3x4(nextTail)
|
||||
: nextTail;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user