commit b3b6d518eb42eeb24e382b54f6fc2a3d12497a7b
parent 6238b65f050d276d400ad9eb61d823d187fd3630
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 2 Jun 2017 15:18:51 +0200
Merge branch 'release-0.2' into develop
Diffstat:
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -24,6 +24,16 @@ well as all the aforementioned prerequisites. Finally generate the project from
the `cmake/CMakeLists.txt` file by appending to the `CMAKE_PREFIX_PATH`
variable the install directories of its dependencies.
+## Release notes
+
+### Version 0.2
+
+- Add normal maps to describe spatially varying normals in the tangent space of
+ the surface.
+- Add support of spectral data to the atmosphere and the materials.
+- Fix the per primitive irradiance estimate by dividing the result by the area
+ of the primitive in order to have watts per square meter.
+
## Licenses
Solstice-Solver is developed by [|Meso|Star>](http://www.meso-star.com) for the
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -25,7 +25,7 @@ option(NO_TEST "Do not build tests" OFF)
################################################################################
find_package(RCMake 0.3 REQUIRED)
find_package(RSys 0.4 REQUIRED)
-find_package(Star3D 0.4 REQUIRED)
+find_package(Star3D 0.4.1 REQUIRED)
find_package(Star3DUT 0.2 REQUIRED)
find_package(StarCPR 0.1 REQUIRED)
find_package(StarSF 0.1 REQUIRED)
@@ -50,8 +50,8 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D Star3DUT StarCPR StarSF Sta
# Configure and define targets
################################################################################
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 1)
-set(VERSION_PATCH 1)
+set(VERSION_MINOR 2)
+set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SSOL_FILES_SRC