This commit is contained in:
Perfare 2019-04-26 09:51:02 +08:00
parent 59be547a82
commit cefdf08873
1 changed files with 7 additions and 4 deletions

View File

@ -463,6 +463,8 @@ namespace AssetStudio
{
meshR.m_GameObject.TryGet(out var m_GameObject);
var frame = RootFrame.FindChild(m_GameObject.m_Name);
if (frame != null)
{
frame.LocalPosition = RootFrame.LocalPosition;
frame.LocalRotation = RootFrame.LocalRotation;
while (frame.Parent != null)
@ -472,6 +474,7 @@ namespace AssetStudio
frame.LocalRotation = RootFrame.LocalRotation;
}
}
}
MeshList.Add(iMesh);
}