commit f272d8e07189af4b7e46ca2295904c8cde3aa5cb parent ca8024c939baf2d72efac3bdcf0a64bceb8cf155 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Tue, 13 Feb 2018 09:57:06 +0100 Merge branch 'release_0.1' into develop Diffstat:
| M | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -92,6 +92,15 @@ instance, on a GNU/Linux system: with `<STAR2D_INSTALL_DIR>` the install directory of Star-2D and `<MY_PROJECT_DIR>` the location of the `CMakeLists.txt` file. +### Version 0.1 + +- Implement the `s2d_scene_view` API; it replaces the + `s2d_scene_<begin|end>_session` functions that were removed. A view registers + the state of the scene from which it is created. It is used to retrieve the + scene data through ray-tracing, sampling or indexing. Several views can be + created on the same scene. +- Add the possibility to attach a same shape to several scenes. + ## License Star-2D is Copyright (C) |Meso|Star> 2016-2018 (<contact@meso-star.com>). It is a