From b70770f928e0483bdf1cb3a5957f887b1704ebe7 Mon Sep 17 00:00:00 2001 From: Bertrand Kerautret Date: Thu, 7 Mar 2024 17:39:16 +0100 Subject: [PATCH] changelog --- ChangeLog.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 240951d..616ecb9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -14,18 +14,19 @@ - rotNmap: new tools to apply a rotation in the input normal map (it rotates both the position and normals orientation to be consistant. (Bertrand Kerautret [#70](https://github.com/DGtal-team/DGtalTools-contrib/pull/70)) - - meshAxisCutter: new tool cut the input mesh according one axis into several separate meshes. - (Bertrand Kerautret [#71](https://github.com/DGtal-team/DGtalTools-contrib/pull/71)) - basicEditMesh: improvement of mesh read using generic reader/writer. (Bertrand Kerautret [#72](https://github.com/DGtal-team/DGtalTools-contrib/pull/72)) - *Geometry3d* - basicMorphoFilter: fix a bug on the dilate/erode options. (Bertrand Kerautret [#74](https://github.com/DGtal-team/DGtalTools-contrib/pull/74)) - - graph2vol: new tool to transform graph based object into volumetric object. (Bertrand Kerautret [#76](https://github.com/DGtal-team/DGtalTools-contrib/pull/76)) - + - meshAxisCutter: new tool cut the input mesh according one axis into several separate meshes. + (Bertrand Kerautret [#71](https://github.com/DGtal-team/DGtalTools-contrib/pull/71)) + - meshAxisCutter: new option to select range meshes. + (Bertrand Kerautret [#80](https://github.com/DGtal-team/DGtalTools-contrib/pull/80)) + - *visualisation* - polyMeshEdit: tool to edit a mesh (add local noise, remove selected faces). (Bertrand Kerautret [#78](https://github.com/DGtal-team/DGtalTools-contrib/pull/78))