by Mageek on 8/11/2023, 8:50:09 PM
by speps on 8/11/2023, 9:18:14 PM
The original GLU Tessellator[1][2] used that structure for most of its internal representation of meshes, it's a very powerful data structure for meshes.
[1] https://github.com/memononen/libtess2/blob/fc52516467dfa124b...
by kaveh808 on 8/11/2023, 11:10:09 PM
The Symbolics Lisp Machine S-Geometry 3D modeler from the mid 1980'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.
by amelius on 8/11/2023, 11:16:57 PM
The difficulty, in a geometric setting, is still how to maintain a robust correspondence between geometry and topology.
by slavapestov on 8/12/2023, 1:29:24 AM
I enjoyed reading this book a few years ago: https://www.amazon.com/Introduction-Solid-Modeling-Martti-Ma...
by bionhoward on 8/12/2023, 1:30:46 AM
This article would be more clear if the & 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.
by blobfish01 on 8/11/2023, 10:07:03 PM
In action: https://doc.cgal.org/latest/Surface_mesh/index.html Built on top of boost graph.
by denvaar on 8/12/2023, 1:07:52 AM
A little margin/padding would go a long way
Another very good blog overview here (not mine): https://ianthehenry.com/posts/delaunay/
I love DCELs and have been tinkering with them in my own side projects lately. Very cool data structure!