mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 06:57:49 -05:00
Add comment
This commit is contained in:
parent
a3674a992b
commit
c8fff439fb
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user