mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 02:24:57 -05:00
代入漏れの修正
This commit is contained in:
@@ -68,6 +68,7 @@ namespace UniVRM10
|
||||
Debug.LogWarning($"[MigrationVrmExpression] node.mesh == {meshIndex} index");
|
||||
continue;
|
||||
}
|
||||
bind.Node = nodeIndex;
|
||||
bind.Index = morphTargetIndex;
|
||||
// https://github.com/vrm-c/vrm-specification/issues/209
|
||||
bind.Weight = weight * 0.01f;
|
||||
|
||||
Reference in New Issue
Block a user