How is the marching cubes triangle table generated?

How is the marching cubes triangle table generated? I know, that i can just use a precalculated one, but i am interested in how the tables can be generated.

Seems like the original authors generated it by triangulating everything on paper, but is there a method to generate it in code?

The edge table is straight forward, but I do not see if there is an easy method to get a triangle table, even when disregarding the ambiguous cases.


这是算法的原始解释:http://paulbourke.net/geometry/polygonise/

链接地址: http://www.djcxy.com/p/37208.html

上一篇: 行进立方体在网格中生成孔

下一篇: 如何生成行军立方体三角形表格?