mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 04:19:42 -05:00
Update Packages/VRM10/Runtime/IO/ExpressionExtensions.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -103,7 +103,7 @@ namespace UniVRM10
|
||||
: Quaternion.identity;
|
||||
var s = bind.Scale != null && bind.Scale.Length >= 3
|
||||
? new Vector3(bind.Scale[0], bind.Scale[1], bind.Scale[2])
|
||||
: Vector3.zero;
|
||||
: node.transform.localScale;
|
||||
return new NodeTransformBinding(relativePath, t, r, s);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user