mirror of https://github.com/CGAL/cgal
Add Advancing Front Reconstruction to changes.html
This commit is contained in:
parent
d80d69b350
commit
6b4acda559
|
|
@ -130,6 +130,18 @@ and <code>src/</code> directories).
|
|||
components of the mesh.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Advancing Front Surface Reconstruction</h3>
|
||||
<ul>
|
||||
<li>
|
||||
This package provides a greedy algorithm for surface reconstruction from an
|
||||
unorganized point set. Starting from a seed facet, a piecewise linear
|
||||
surface is grown by adding Delaunay triangles one by one. The most
|
||||
plausible triangles are added first, in a way that avoids the appearance
|
||||
of topological singularities.
|
||||
</li
|
||||
</ul>
|
||||
|
||||
<!-- Major and breaking changes -->
|
||||
<h3>Approximation of Ridges and Umbilics on Triangulated Surface Meshes</h3>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue