Add Advancing Front Reconstruction to changes.html

This commit is contained in:
Andreas Fabri 2015-06-29 10:48:28 +02:00 committed by Sébastien Loriot
parent d80d69b350
commit 6b4acda559
1 changed files with 12 additions and 0 deletions

View File

@ -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>