#Subdivision issue?
6 messages · Page 1 of 1 (latest)
Welcome to the help forum!
Please make sure to read #1021015331910713395 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
glTF doesn't support shared vertices (shared between different faces). The format is mainly designed for final export and displaying. If you want to continue editing in Blender, I would recommend exporting as .dae
(Or just OBJ if you don't need hierarchy etc.)
👍