commit fb22881f42e859b9d84f023d82949058f77474c3 parent 3c27625c3393227b1ac0bc8f42314255c528051e Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 8 Sep 2017 10:51:40 +0200 Write the 0.2 release note Diffstat:
| M | README.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
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