star-sf

Set of surface and volume scattering functions
git clone git://git.meso-star.fr/star-sf.git
Log | Files | Refs | README | LICENSE

commit a4f7bbbbbbf180deb354e65e55bb26cf2baf1b6c
parent 8b9e155d5bf70b9b0cb2ee37675d840100816dda
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  8 Sep 2017 10:55:16 +0200

Merge branch 'release_0.2' into develop

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

diff --git a/README.md b/README.md @@ -24,6 +24,17 @@ package as 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 + +- Fix the thin-dielectric material to ensure the energy conservation property. +- Add the `ssf_specular_dielectric_dielectric_interface` BxDF. This scattering + function could be built by combining the `ssf_specular_reflection` and the + `ssf_specular_transmission` BxDFs into a BSDF but such combination does not + ensure the energy conservation property due to weaknesses into the BSDF + interface. + ## License Star-ScatteringFunctions is Copyright (C) |Meso|Star> 2016-2017 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -39,7 +39,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys StarSP) # Define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 1) +set(VERSION_MINOR 2) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})