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:
| M | README.md | | | 9 | ++++++++- |
| M | cmake/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