diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-21 16:43:30 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-21 16:43:30 (GMT) |
commit | bce8e2204311e5f900bbffe4122aaafcada4e2cf (patch) | |
tree | 3f0013f1bea29331d16015d80eb84831af35b421 /RELEASE_NOTES | |
parent | 8d10aa298295a31c2bc2ad1bae4f2edc364bed38 (diff) |
bugfix: surface() modules with center=true wasn't exactly centered in the XY plane
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 146d658..0de366e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -30,6 +30,7 @@ o Less crashes due to CGAL assertions o OpenCSG should now work on systems with OpenGL 1.x, given that the right extensions are available o include now searches librarydir o The $fs parameter yielded only half the number of segments it should have +o surface(center=true) is now correctly centered in the XY plane Deprecations: o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. |