Questions tagged [half-edge]
The half-edge tag has no summary.
6 questions
1 vote
1 answer
89 views
Correct algorithm to insert faces into a half edge?
I would like to be able to insert random faces into a half edge, assuming the new face does not share any edge with more than one existing face. There is one scenario which is proving quite difficult ...
1 vote
1 answer
252 views
Constructing half-edges table from triangle list without hash
Motivation I am trying to refine a mesh such that each triangle gets subdivided into 4 triangles, but I want the vertices to be shared. For that purpose I need a half-edge data structure so I can ...
0 votes
0 answers
134 views
How to delete a face using open mesh?
Pretty much the title I am trying to delete a few faces of a mesh using open mesh, like this: ...