commit 8e782af7a7bef563c739a67806fec29bb643d92a
parent cdc462d2ec155cfdaccb86bd5036ea912c463026
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 24 Jul 2019 15:14:05 +0200
Merge branch 'release_0.6.1' into develop
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -116,6 +116,11 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and
## Release notes
+### Version 0.6.1
+
+- Fix an issue in `s3d_scene_view_sample`: the samples were not uniformaly
+ distributed if the scene contained meshes and spheres.
+
### Version 0.6
- Migrate the ray-tracing back-end from Embree2 to Embree3.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -58,7 +58,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 6)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(S3D_FILES_SRC