Skip to content

Specific mesh not being a manifold #1011

Closed Answered by elalish
deltakosh asked this question in Q&A
Discussion options

You must be logged in to vote

Indeed, most glTFs, in fact most meshes in general are not manifold (solid / watertight). Detection is easy, fixing is hard (in general). Manifold provides the Merge function that will handle simple cases that at least "look" manifold. I even made a glTF extension to keep manifoldness from getting lost in the format - it has some background and explanation: https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/EXT_mesh_manifold/README.md

I also have a drag-and-drop page that uses our merge function on glTFs, so you can see what it can fix and what it gives up on: https://manifoldcad.org/make-manifold

There are lots of manifold fixing programs around, especially for 3D print…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by deltakosh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants