clear Tangent

This commit is contained in:
ousttrue
2021-10-14 16:49:10 +09:00
parent 0f2c97c10a
commit 9560187ea2

View File

@@ -110,6 +110,7 @@ namespace UniVRM10
{
gltfMorph.POSITION = morph.Position.GetValueOrDefault(-1);
gltfMorph.NORMAL = morph.Normal.GetValueOrDefault(-1);
gltfMorph.TANGENT = -1;
}
}
}