git-svn-id: http://svn.clifford.at/openscad/trunk@585 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2011-01-09 16:08:23 +00:00
parent ee0c2d3ae5
commit b3ee9a9da2
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ BUGS
o Some invalid DXF data gets pass the import checks and breaks the tessing code
o Tesselation via GLU sometimes produces strange results
o Export STL: Exports existing CGAL model even though the current model is changed, but not CGAL rendered
o It's now possible to start a new rendering while one is already running.
o It's now possible to start a new rendering while one is already running (which call processEvents())
-> turn off most (or all) interaction while rendering
-> Lock all or only one MainWindow (MDI)?
o Look into the polygon winding and rotate_extrude() problem reported by Britton
STL Import BUGS