star-3d

Surface structuring for efficient 3D geometric queries
git clone git://git.meso-star.fr/star-3d.git
Log | Files | Refs | README | LICENSE

commit d3133c2c92c97a1627f6b36f7923b8c4feea14cf
parent e0e0828db409637740ef1789927c32d5223a54cb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 19 Nov 2020 11:52:13 +0100

Merge branch 'release_0.7.3' into develop

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

diff --git a/README.md b/README.md @@ -120,9 +120,16 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and ## Release notes +### Version 0.7.3 + +- Fix the `s3d_scene_view_closest_point` function on the scenes containing + instantiated meshes: the rotation of the instances was wrongly taken into + account. +- Speed up the `s3d_scene_view_closest_point` query on instantiated meshes. + ### Version 0.7.2 -- Fix a precision issue in the `s3d_scene_view_closes_point` function: the +- Fix a precision issue in the `s3d_scene_view_closest_point` function: the returned hit could have invalid barycentric coordinates. ### Version 0.7.1 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -58,7 +58,7 @@ endif() ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 7) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(S3D_FILES_SRC