Difference between revisions of "Triangulation"

From apm
Jump to: navigation, search
m (External links)
m (added)
 
Line 20: Line 20:
  
 
[[Category:Pages with algorithms]]
 
[[Category:Pages with algorithms]]
 +
[[Category:Programming]]

Latest revision as of 13:03, 11 July 2023

This article is a stub. It needs to be expanded.

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

External links


  • Marching cubes – quite popular triangulation method – but leads to quite ugly meshes