From da23ecb4ee4148b9fb369a61e66762d6353835ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 5 Nov 2012 16:15:35 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@759 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/changelog.docu | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index ed69b613..0ae9c177 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -7,9 +7,7 @@ -2.2.1 (?/?/?,Rev.750) - -Todo changelogs : 685 +2.3 (?/?/?,Rev.758) Core Decimater @@ -39,6 +38,14 @@
  • Added the set_error_tolerance_factor function to ModBaseT and implemented it in inherited classes as necessary
  • Removed redundant tests in is_collapse_legal that where already performed in is_collapse_ok
  • ModHausdorff: Removed unused parameter
  • +
  • Added set_error_tolerance_factor to the modules, which can be used to scale the tolerance by a factor, allowing multiple decimation stages with increasing error tollerance
  • + + + +IO + IO @@ -74,6 +81,9 @@
  • Added unittest for MCDecimater
  • Added unittest for obj crash when colors are requested but not available
  • Added unittests (trimesh and polymesh) for split_copy
  • +
  • Added unittest for vector cross product
  • +
  • Added unittests for the adaptive composite subdivider
  • +
  • Added unittest for dihedral angle function
  • Added some more unittests for the PLY loader with different user options
  • Fixed gcc-4.7 warnings.