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 7ec7b1b1676adaac344beaf22282a1ac930dee35
parent 0cc6a409a2ef69a67a6067e60a6d0e1fe90585eb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 15 Jun 2021 10:14:02 +0200

Merge branch 'release_0.7.4' into develop

Diffstat:
MREADME.md | 6++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -120,6 +120,12 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and ## Release notes +### Version 0.7.4 + +- Fix the barycentric coordinates of the intersection of the ray onto the + triangle: the coordinates could lie outside the triangle. +- Fix compilation warnings. + ### Version 0.7.3 - Fix the `s3d_scene_view_closest_point` function on the scenes containing 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 3) +set(VERSION_PATCH 4) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(S3D_FILES_SRC