commit 06f0f3e8f41fd9ea0c4adc455a9b5f4f02d055a5 parent a20435fb022bf7322243733fc103f34ea44d0ff5 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 21 Nov 2017 16:28:06 +0100 Add the release note of the version 0.3 Diffstat:
| M | README.md | | | 25 | +++++++++++++++++++++++++ |
1 file changed, 25 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -15,6 +15,31 @@ the install directories of its dependencies. ## Release notes +### 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 - Add the `s3dut_create_hemisphere` function that creates a triangulated UV