mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 19:38:13 -05:00
fix Source
This commit is contained in:
@@ -51,7 +51,7 @@ namespace UniVRM10
|
||||
else
|
||||
{
|
||||
var r = (TR.FromParent(ModelRoot) * m_src.ModelInitial).Rotation;
|
||||
var t = (TR.FromParent(transform) * m_src.LocalInitial).Translation;
|
||||
var t = (TR.FromParent(Source) * m_src.LocalInitial).Translation;
|
||||
return new TR(r, t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user