问题
Similarly to this other question, I wonder which C# mesh-simplification libraries
are available out there.
My (I believe common) problem is to reduce the computational effort of rendering .stl meshes
.
回答1:
Humm... There is a person that created is own geometry library and aparently it is already done. The goals of this library seems to be what you are looking for:
- Implement basic geometric primitives and polygon mesh processing.
- Based on a robust numerical foundation.
- Target the .NET platform (and Mono).
- Published under a permissive open-source license allowing commercial use.
Find his git repo here.
来源:https://stackoverflow.com/questions/32142945/mesh-simplification-library-in-c-sharp