Update changes.html

This commit is contained in:
Simon Giraudot 2015-10-08 08:59:29 +02:00
parent 79ca962159
commit 7a0134fc55
1 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,10 @@ and <code>src/</code> directories).
or <code>CGAL::Parallel_tag</code> when calling one of these functions.</li>
<li> <code>CGAL::Parallel_tag</code> can no longer be used in
Point Set Processing algorithms if TBB is not available.</li>
<li> New IO functions for PLY format (Polygon File
Format): <code>CGAL::read_ply_points()</code>,
<code>CGAL::read_ply_points_and_normals()</code>, <code>CGAL::write_ply_points()</code>
and <code>CGAL::write_ply_points_and_normals()</code>.</li>
</ul>
<h3>Surface Mesh Parameterization</h3>
<ul>