You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like the official Blender glTF importer, add an option to merge duplicate vertices on import.
This is a consequence of the vertex buffer allowing only one attribute per vertex, so it happens often when one vertex is part of more than one UV. Related to #78
The text was updated successfully, but these errors were encountered:
Just like the official Blender glTF importer, add an option to merge duplicate vertices on import.
This is a consequence of the vertex buffer allowing only one attribute per vertex, so it happens often when one vertex is part of more than one UV. Related to #78
The text was updated successfully, but these errors were encountered: