solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 21394b906dd964a2df752634811848fd056d760a
parent f9254490a09493ff6a292149a8220f98918d7b08
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  2 Jun 2017 16:13:55 +0200

Write the release note of the version 0.2

Diffstat:
MREADME.md | 20+++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -56,7 +56,25 @@ project from the `cmake/CMakeLists.txt` file by appending to the `CMAKE_PREFIX_PATH` variable the install directories of its dependencies. The resulting project can be edited, built, tested and installed as any CMake project. Refer to the [CMake](https://cmake.org/documentation) for further -informations ond CMake. +informations on CMake. + +## Release notes + +### Version 0.2 + +- Add the support of an optional normal map to the materials. It defines + spatially varying normals in the tangent space of the surface. Currently, + only the quadric surfaces are parameterized: using a normal mapped material + on the other shapes will produce unforeseen behaviors. +- Add the support of spectral data to the materials: a material attribute can be + either a scalar or follow a spectral distribution. +- Add an optional atmospheric absorption after the first reflection of the light + path; the sun description includes the atmospheric effect before the first + reflector. +- Write the man pages of the Solstice command line and its associated file + formats. +- Add the verbose option `-v`. +- Update the output format of the simulation. ## Licenses