From fd9404cd932622520f8b2c757d7deb3de3e0afef Mon Sep 17 00:00:00 2001 From: kintel Date: Sat, 9 Jan 2010 22:19:32 +0000 Subject: [PATCH] CGAL crash git-svn-id: http://svn.clifford.at/openscad/trunk@256 b57f626f-c46c-0410-a088-ec61d464b74c --- TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.txt b/TODO.txt index 3f673083..8e138df4 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 --------------