star-3dut

Generate meshes of simple geometric shapes
git clone git://git.meso-star.fr/star-3dut.git
Log | Files | Refs | README | LICENSE

commit 3ce21a43ea007129f43c6e336ec6a8f7f2fb7168
parent aae41fd541f3c5a0b261e28cf199f9c75c0ab32d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 12 Dec 2017 15:30:05 +0100

Write the 0.3.1 release note

Diffstat:
MREADME.md | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -15,29 +15,28 @@ the install directories of its dependencies. ## Release notes +### Version 0.3.1 + +- Update the version of the RSys dependency to 0.6: replace the deprecated + `[N]CHECK` macros by the new macro `CHK`. + ### Version 0.3 - Add the `s3dut_create_thin_cylinder` function that creates a triangulated cylinder. Both ends can be closed or left open. - - Add the `s3dut_create_thick_cylinder` function that creates a thick triangulated cylinder. Both ends can be closed or left open. - - Add the `s3dut_create_truncated_sphere` function that creates a triangulated UV sphere (possibly) truncated along the Z axis. Truncated ends can be closed or left open. - - Add the `s3dut_create_thick_truncated_sphere` function that creates a thick triangulated UV sphere (possibly) truncated along the Z axis. Truncated ends can be closed or left open. - - Add the `s3dut_create_super_shape` function that creates a triangulated super shape. - - Add the `s3dut_create_thick_truncated_super_shape` function that creates a thick triangulated super shape (possibly) truncated along the Z axis. Truncated ends can be closed or left open. - - Increase min number of slices for `s3dut_create_hemisphere` from 2 to 3. ### Version 0.2