代入漏れの修正

This commit is contained in:
ousttrue
2021-10-27 22:02:32 +09:00
parent 744221f847
commit 71f1eb32b0

View File

@@ -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;