Add comment

This commit is contained in:
notargs 2021-11-12 13:28:31 +09:00
parent a3674a992b
commit c8fff439fb

View File

@ -38,6 +38,7 @@ namespace UniVRM10
new InterleaveMeshVerticesJob(vertices, positions, normals, texCoords, colors, weights, joints)
.Schedule(vertices.Length, 1);
// BindPoseを更新
if (weights.IsCreated && joints.IsCreated)
{
if (weights.Length != positions.Length || joints.Length != positions.Length)