🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How to iterate a mesh for shared edges?

Started by
10 comments, last by taby 4 years, 11 months ago

You can view my simple mesh C++ class. The class relies on input meshes that are closed (no holes or cracks). A sample STL file is given.

https://github.com/sjhalayka/meshdim

I use the mesh class to get the data about the shared edges, to determine triangle neighbours. 

This topic is closed to new replies.

Advertisement