commit 909bc1aaed5654bab376c6ff329fbebedd2f920d parent 4f0d6139b113b5f280240b510c50a3b9c8962208 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 19 Nov 2020 11:50:57 +0100 Write the 0.7.3 release note Diffstat:
| M | README.md | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
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