solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit c41b51c51262ff24875b72094937b45480480d91
parent 2fa8aa7c3e8a8601d7418943acdb4ab201a50cac
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 Dec 2017 15:32:12 +0100

Merge branch 'release_0.7.1' into develop

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

diff --git a/README.md b/README.md @@ -26,6 +26,11 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.7.1 + +- Fix the creation of a glossy BSDF that uses a pillbox microfacet + distribution. + ### Version 0.7 - Add the Gaussian sun shape. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -51,7 +51,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D Star3DUT StarCPR StarSF Sta ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 7) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SSOL_FILES_SRC