Triangulation: Difference between revisions
Jump to navigation
Jump to search
basic minimal page |
m added category |
||
| Line 12: | Line 12: | ||
* [https://en.wikipedia.org/wiki/Marching_cubes Marching cubes] – quite popular triangulation method – but leads to quite ugly meshes | * [https://en.wikipedia.org/wiki/Marching_cubes Marching cubes] – quite popular triangulation method – but leads to quite ugly meshes | ||
* [https://en.wikipedia.org/wiki/Surface_triangulation Surface triangulation] | * [https://en.wikipedia.org/wiki/Surface_triangulation Surface triangulation] | ||
[[Category:Pages with algorithms]] | |||
Revision as of 00:14, 22 November 2021
Finding a triangle mesh that is approximating a somehow specified volume.
E.g. specified by some "function representation" like e.g. "signed distance functions".
Related
- Constructive solid geometry – a perhaps useful novel algorithm is proposed there (wiki-TODO: eventually move it over to here)
External links
- Marching cubes – quite popular triangulation method – but leads to quite ugly meshes
- Surface triangulation