#Subdivision issue?

6 messages · Page 1 of 1 (latest)

bleak river
#

I tried export this simple mesh model to blender and perform subdivision.

See ss below, left is gltf, right is obj.
I wonder if this is a gltf format general issue or blockbench export format issue?

undone nebulaBOT
#
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.

bleak river
stoic veldt
#

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.)

bleak river
#

👍