diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-23 15:11:48 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-23 15:11:48 (GMT) |
commit | 73092dd4c89829bb0a7fa0a026addd2d54171cbb (patch) | |
tree | e2af1c3826f6c20fc37a1630fdc60e44818e9088 /RELEASE_NOTES | |
parent | 077a914ac68c3b32d2633bc7d0bb9b11f4544569 (diff) |
Added support for 3D object in the hull() module
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 2de956d..f25de79 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,6 +3,7 @@ OpenSCAD 20xx.yy Features: o The MCAD library is now bundled with OpenSCAD +o hull() Now supports 3D objects o Added import and export of the OFF file format o New import() statement reads the correct file format based on the filename extension (.stl, .dxf and .off is supported) |