mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-11 21:38:56 -05:00
Merge pull request #2809 from cpetry/master
Fixed #2808 - on empty submeshes still continue to process all remain…
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