mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 18:45:06 -05:00
migrate_with_scaling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user