Separate section for crash bugs

git-svn-id: http://svn.clifford.at/openscad/trunk@423 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-02-09 23:55:44 +00:00
parent c6da13a775
commit 01c62e9c00
1 changed files with 6 additions and 3 deletions

View File

@ -2,13 +2,16 @@
BUGS
----
o Some invalid DXF data gets pass the import checks and breaks the tessing code
o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults
o Tesselation via GLU sometimes produces strange results
o Non-manifold objects make CGAL crash (e.g. two cubes which touch at one edge)
o Export STL: Exports existing CGAL model even though the current model is changed, but not CGAL rendered
o Compile CGAL while animating causes crash - we should prob. stop the animation timer
o cylinder(); -> WARNING: Ignoring unkown variable 'r'.
CRASH BUGS
----------
o Broken polyhedron() entities are not correctly detected and cause CGAL segfaults
o Export STL: Exports existing CGAL model even though the current model is changed, but not CGAL rendered
o Negative array indices causes crash: v=[0,1,2]; a=v[-1];
USER INTERFACE
--------------
o Preferences