mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 10:34:54 -05:00
Add comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user