diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-13 18:55:29 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-13 18:55:29 (GMT) |
commit | 340df2d8f4e4ed85db53c7a35b59469cd1656acb (patch) | |
tree | b6687c9ca4851cfee866b00c505dd337c54a064c | |
parent | 96002da9cdfce46c80f256652281328587aa41c3 (diff) |
Clifford's 2D PolySet::render_cgal_nef_polyhedron() also fixed this crash
git-svn-id: http://svn.clifford.at/openscad/trunk@277 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: rotate([0,1,0])import_dxf("../openscad-tess/testdata/polygon.dxf"); USER INTERFACE -------------- |