diff --git a/Installation/changes.html b/Installation/changes.html
index f333407b38d..4d1dea39c76 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -16,7 +16,7 @@
padding-top: 0.2em;
}
code::before, code::after {
- content: " ";
+ content: " ";
letter-spacing: -0.2em;
}
@@ -167,6 +167,20 @@ and src/ directories).
+
Triangulated Surface Mesh Parameterization
+
+ -
+ Breaking change: The package was rewritten and can operate on any model of the
+
MutableFaceGraph concept. The adapter to add virtual seams is now the class
+ CGAL::Seam_mesh in the package CGAL and the BGL. As the new version
+ is in the namespace CGAL::Surface_mesh_parameterization, the deprecated
+ code still works.
+
+ -
+ Add the As Rigid As Possible Parameterization method.
+
+
+
Spatial Searching
@@ -185,7 +199,11 @@ and src/ directories).
wraps an existing graph and hide all simplices that are not
in the selected connected components.
+ -
+ Add the class
CGAL::Seam_mesh that enables to mark edges as seam edges.
+
+
@@ -701,11 +719,6 @@ and src/ directories).
Add function bbox_3() to compute the bounding box of a
polygon mesh.
- Surface Mesh Parameterization
-
- LSCM_parameterizer_3 now uses by default Eigen instead
- of OpenNL as a model of SparseLinearAlgebraTraits_d.
-
Point Set Processing
- Breaking change: new template
@@ -1270,15 +1283,15 @@ and
src/ directories).
longer supported since CGAL-4.5.
- Since CGAL version 4.0, Eigen was the recommended third-party
+ Since CGAL version 4.0, Eigen was the recommended third-party
library to use with Planar Parameterization of Triangulated
Surface Meshes, Surface Reconstruction from Point
Sets, Approximation of Ridges and Umbilics on Triangulated
Surface Meshes, and Estimation of Local Differential
Properties of Point-Sampled Surfaces packages. From CGAL
- version 4.5, Taucs, Blas and Lapack are no longer supported.
+ version 4.5, Taucs, Blas and Lapack are no longer supported.
- CGAL is now compatible with the new CMake version 3.0.
+ CGAL is now compatible with the new CMake version 3.0.
@@ -1471,7 +1484,7 @@ and src/ directories).
Additional supported platforms:
- The Apple Clang compiler version 5.0 is now supported on
- OS X Mavericks.
+ OS X Mavericks.
The Microsoft Windows Visual C++ compiler 2013 (VC12) is now
supported.
@@ -1645,7 +1658,7 @@ and src/ directories).
constructor added to CGAL::Object. However, it is
recommended to upgrade your code. The previous behavior can be
restored by defining the
- macro CGAL_INTERSECTION_VERSION to 1.
+ macro CGAL_INTERSECTION_VERSION to 1.
2D Arrangements
@@ -1969,7 +1982,7 @@ and src/ directories).
Additional supported platforms:
- The Apple Clang compiler versions 3.1 and 3.2 are now supported on
- Mac OS X.
+ Mac OS X.
Improved configuration for essential and optional external third party software
diff --git a/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/PackageDescription.txt b/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/PackageDescription.txt
index 1e2af5665b3..75b57808e33 100644
--- a/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/PackageDescription.txt
+++ b/Surface_mesh_parameterization/doc/Surface_mesh_parameterization/PackageDescription.txt
@@ -18,7 +18,7 @@ Discrete Authalic Parameterization, Floater Mean Value Coordinates or Tutte Bary
\cgalPkgShortInfoBegin
\cgalPkgSince{3.2}
\cgalPkgDependsOn{\ref PkgSolverSummary}
-\cgalPkgBib{cgal:sal-pptsm2}
+\cgalPkgBib{cgal:salf-pptsm2}
\cgalPkgLicense{\ref licensesGPL "GPL"}
\cgalPkgDemo{Polyhedron demo,polyhedron_3.zip}
\cgalPkgShortInfoEnd