diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-09 22:19:32 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-09 22:19:32 (GMT) |
commit | fd9404cd932622520f8b2c757d7deb3de3e0afef (patch) | |
tree | 0ef4e5fb9ddaa50e3d0f5850fa1fd293bb6632de | |
parent | 91849351d27a46e869c9054e7acfa50358f5ce74 (diff) |
CGAL crash
git-svn-id: http://svn.clifford.at/openscad/trunk@256 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ 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) USER INTERFACE -------------- |