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 13b813148a3fdd9958f6b71bdd9fb914eceaa061
parent b91876373f0d663bcb1dc573213d8cad9f3b5563
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Jan 2018 10:09:32 +0100

Merge branch 'release_0.5' into develop

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

diff --git a/README.md b/README.md @@ -114,6 +114,12 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and ## Release notes +### Version 0.5 + +- Add the support of spherical shapes. A sphere is composed of one primitive + that can be sampled and/or ray-traced as any other primitives of the scene. + Hit filtering is also fully supported. + ### Version 0.4.2 - Update the version of the RSys dependency to 0.6: replace the deprecated diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -58,8 +58,8 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Embree) # 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(S3D_FILES_SRC