diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 10:03:35 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 10:03:35 (GMT) |
commit | f1240de7f06166b4857c419b2b617629ebf95c46 (patch) | |
tree | 8f993940c1da7035df3f37b96c1a43ca249470eb | |
parent | 58b5ff6efcbba80cafc932803fd3adff97c1a5c3 (diff) |
CGAL patch also fixed this
git-svn-id: http://svn.clifford.at/openscad/trunk@285 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ 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 crash: polygon(points=[[0,0],[10,0],[10,10],[0,10]], paths=[[0,1,2],[2,3,1]]); USER INTERFACE -------------- |