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 632fda2019338e3f0eb05624ab46c1b60fb377d7
parent f196a3acecf231b24257b4f00040a417b67fcaa5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 21 Sep 2017 10:22:19 +0200

Merge branch 'release_0.3' into develop

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

diff --git a/README.md b/README.md @@ -26,6 +26,13 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.3 + +- A BSDF is no more a composition of BxDFs: the caller writes directly the + comportment of the BSDF without intermediary abstractions. As a result, + built-in BxDFs become built-in BSDFs and the BxDF data structure and + functions are removed from the API. + ### Version 0.2 - Fix the thin-dielectric material to ensure the energy conservation property. 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 2) +set(VERSION_MINOR 3) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})