Mesh simplification library in C#

2019-09-08 19:02发布

问题:

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.