From 7a0134fc554bb351e3fef271c65bb7c88f36289b Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Thu, 8 Oct 2015 08:59:29 +0200 Subject: [PATCH] Update changes.html --- Installation/changes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation/changes.html b/Installation/changes.html index e2a4fca19e3..18327ca5839 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -154,6 +154,10 @@ and src/ directories). or CGAL::Parallel_tag when calling one of these functions.
  • CGAL::Parallel_tag can no longer be used in Point Set Processing algorithms if TBB is not available.
  • +
  • New IO functions for PLY format (Polygon File + Format): CGAL::read_ply_points(), + CGAL::read_ply_points_and_normals(), CGAL::write_ply_points() + and CGAL::write_ply_points_and_normals().
  • Surface Mesh Parameterization