Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个低质量的网格,我想重新网格化它但保持拓扑结构(只调整顶点位置,保持顶点大小,面不变)。在 CGAL 中是否有现有的方法可以做到这一点?
CGAL中有一个remesher。但是,它将根据您要求的标准重新创建具有自己的顶点和面数的曲面。您可以通过编译 Surface_mesher 演示或使用预编译的 windows 演示(您需要this和this)来尝试一下。