TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Half-Edge Data Structures (2019)

69 pointsby msvanalmost 2 years ago

8 comments

Mageekalmost 2 years ago
Another very good blog overview here (not mine): <a href="https:&#x2F;&#x2F;ianthehenry.com&#x2F;posts&#x2F;delaunay&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;ianthehenry.com&#x2F;posts&#x2F;delaunay&#x2F;</a><p>I love DCELs and have been tinkering with them in my own side projects lately. Very cool data structure!
spepsalmost 2 years ago
The original GLU Tessellator[1][2] used that structure for most of its internal representation of meshes, it&#x27;s a very powerful data structure for meshes.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;memononen&#x2F;libtess2&#x2F;blob&#x2F;fc52516467dfa124bdd967c15c7cf9faf02a34ca&#x2F;Source&#x2F;mesh.h#L40">https:&#x2F;&#x2F;github.com&#x2F;memononen&#x2F;libtess2&#x2F;blob&#x2F;fc52516467dfa124b...</a><p>[2] <a href="http:&#x2F;&#x2F;www.glprogramming.com&#x2F;red&#x2F;chapter11.html#name1" rel="nofollow noreferrer">http:&#x2F;&#x2F;www.glprogramming.com&#x2F;red&#x2F;chapter11.html#name1</a>
kaveh808almost 2 years ago
The Symbolics Lisp Machine S-Geometry 3D modeler from the mid 1980&#x27;s was based on the winged-edge structure. It was the best polygonal modeler of its time, and the package lives on in philosophy as the Wings3D open source modeler.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=UNXEemZ_Ysk">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=UNXEemZ_Ysk</a>
ameliusalmost 2 years ago
The difficulty, in a geometric setting, is still how to maintain a robust correspondence between geometry and topology.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Robust_geometric_computation" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Robust_geometric_computation</a>
slavapestovalmost 2 years ago
I enjoyed reading this book a few years ago: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Introduction-Solid-Modeling-Martti-Mantyla&#x2F;dp&#x2F;0716780151" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.amazon.com&#x2F;Introduction-Solid-Modeling-Martti-Ma...</a>
bionhowardalmost 2 years ago
This article would be more clear if the &amp; symbol were clarified. Right now it looks like Rust borrowing in Python. Maybe I’m too dumb and didn’t read it right and missed the definition. Anyway the big picture idea is cool and resonates with the idea of a bidirectional HashMap.
blobfish01almost 2 years ago
In action: <a href="https:&#x2F;&#x2F;doc.cgal.org&#x2F;latest&#x2F;Surface_mesh&#x2F;index.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;doc.cgal.org&#x2F;latest&#x2F;Surface_mesh&#x2F;index.html</a> Built on top of boost graph.
denvaaralmost 2 years ago
A little margin&#x2F;padding would go a long way