This commit is contained in:
ousttrue
2021-02-19 20:03:07 +09:00
parent f7f845304a
commit fbab0007f8

View File

@@ -133,6 +133,7 @@ namespace VrmLib
if (m.IsOnlyTranslation())
{
var ret = m;
// M4x に移動が入っている
ret.M43 = -ret.M43;
return ret;
}
@@ -148,6 +149,7 @@ namespace VrmLib
if (m.IsOnlyTranslation())
{
var ret = m;
// M4x に移動が入っている
ret.M41 = -ret.M41;
return ret;
}