mirror of https://github.com/CGAL/cgal
Update changes.html
This commit is contained in:
parent
79ca962159
commit
7a0134fc55
|
|
@ -154,6 +154,10 @@ and <code>src/</code> directories).
|
||||||
or <code>CGAL::Parallel_tag</code> when calling one of these functions.</li>
|
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
|
<li> <code>CGAL::Parallel_tag</code> can no longer be used in
|
||||||
Point Set Processing algorithms if TBB is not available.</li>
|
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>
|
</ul>
|
||||||
<h3>Surface Mesh Parameterization</h3>
|
<h3>Surface Mesh Parameterization</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue