Difference between revisions of "Triangulation"
From apm
m (→External links) |
m (added) |
||
Line 20: | Line 20: | ||
[[Category:Pages with algorithms]] | [[Category:Pages with algorithms]] | ||
+ | [[Category:Programming]] |
Latest revision as of 12:03, 11 July 2023
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)
- Quadriculation
- Decompression chain & Control hierarchy
- Bulk limit design
External links
- Surface triangulation / Triangulation (geometry)
- (Triangle mesh)
- Not to confuse with triangulation in other contexts: Triangulation (disambiguation)
- Marching cubes – quite popular triangulation method – but leads to quite ugly meshes