migrate_with_scaling

This commit is contained in:
ousttrue
2021-10-15 13:28:13 +09:00
parent ba9cf79a89
commit 255ad03cd2

View File

@@ -407,7 +407,7 @@ namespace UniVRM10
{
node.LocalRotation = x.rotation.ToQuaternion();
}
if (x.scale != null && x.scale.Length == 4)
if (x.scale != null && x.scale.Length == 3)
{
node.LocalScaling = x.scale.ToVector3(Vector3.One);
}