Skip to main content

Questions tagged [half-edge]

1 vote
1 answer
89 views

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 ...
Makogan's user avatar
  • 1,891
1 vote
1 answer
252 views

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 ...
lightxbulb's user avatar
  • 2,711
0 votes
0 answers
134 views

Pretty much the title I am trying to delete a few faces of a mesh using open mesh, like this: ...
Makogan's user avatar
  • 1,891