star-enclosures-3d

Extract enclosures from 3D geometry
git clone git://git.meso-star.fr/star-enclosures-3d.git
Log | Files | Refs | README | LICENSE

commit a786448ac0589cb29390fc4f888b2cb24aa27ab7
parent 7a9bd9865669c3df970e35c78c315caf6b48fb18
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Sat,  4 Jul 2020 18:21:33 +0200

Merge branch 'release_0.5.0' into develop

Diffstat:
MREADME.md | 15+++++++++++++++
Mcmake/CMakeLists.txt | 4++--
2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -39,6 +39,21 @@ variable the install directories of its dependencies. Release notes ------------- +### Version 0.5 + +- Compute volume and surface of enclosures. + +- Report overlapping triangles. + Only triangles with a common edge are currently detected. + Do not extract enclosures anymore when overlapping triangles are + detected. + +- Make enclosure IDs consistent across runs. + +- Fix enclosure extraction when all triangles Nz component is zero. + +- More robust on invalid scenes. + ### Version 0.4.2 - Fix global id of triangles; releases 0.4.0 and 0.4.1 are broken diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -63,8 +63,8 @@ endif() # Configure and define targets ############################################################################### set(VERSION_MAJOR 0) -set(VERSION_MINOR 4) -set(VERSION_PATCH 2) +set(VERSION_MINOR 5) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SENC3D_FILES_SRC