Adaptive implicit surface polygonization

瘦欲@ 提交于 2019-12-04 11:15:50

问题


I've been using one of the older implicit surface algorithms, due to Bloomenthal, as found here, basically the tetrahedral-based algorithm. This works fairly well, but has a shortcoming. Since it uses a fixed grid, it either wastes polygons or ignores detail, depending on the grid size selected.

So my question is, what are my options for improving this? Are there any freely available (source or good description) implicit surface algorithms which are more adaptive to the curvature of the model? Any option I'm missing?

I have found one paper so far which looks promising, pointers to others would be appreciated.


回答1:


AFAIK the following is one of the most influential papers on the field:

Bruno Rodrigues de Araújo and Joaquim Armando Pires Jorge, "Adaptive polygonization of implicit surfaces", Computers & Graphics, Vol. 29, pp. 686–696 (2005)

The method is much better than the "marching tetrahedra" and twice as fast.



来源:https://stackoverflow.com/questions/3894283/adaptive-implicit-surface-polygonization

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