Mesh simplification library in C#

你离开我真会死。 提交于 2019-12-12 02:52:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!