mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-26 21:01:15 -05:00
Merge branch 'master' into fix/update_springbone_ui
This commit is contained in:
@@ -180,7 +180,8 @@ namespace UniGLTF
|
||||
if (submeshIndices.Length == 0)
|
||||
{
|
||||
// https://github.com/vrm-c/UniVRM/issues/664
|
||||
break;
|
||||
// Skip empty submesh and continue with remaining submeshes
|
||||
continue;
|
||||
}
|
||||
else if (submeshIndices.Length < 3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user