diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-31 01:41:52 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-31 01:41:52 (GMT) |
commit | 410036cae5ef24a96569360dd84f02ed36d7cf64 (patch) | |
tree | b80dac7f481bfd43d2867959d1cfd431c32e9245 /src/polyset.cc | |
parent | 833ec686d7ba3a05f001dbde90e8a9322074d3c4 (diff) |
fixme
git-svn-id: http://svn.clifford.at/openscad/trunk@386 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/polyset.cc')
-rw-r--r-- | src/polyset.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polyset.cc b/src/polyset.cc index 83c1cfc..6ddc737 100644 --- a/src/polyset.cc +++ b/src/polyset.cc @@ -617,6 +617,7 @@ CGAL_Nef_polyhedron PolySet::render_cgal_nef_polyhedron() const // is a lot simpler and has only one known weakness: Degenerate polygons, which // get repaired by GLUTess, might trigger a CGAL crash here. The only // known case for this is triangle-with-duplicate-vertex.dxf + // FIXME: If we just did a projection, we need to recreate the border! if (this->polygons.size() > 0) assert(this->borders.size() > 0); CGAL_Nef_polyhedron2 N; Grid2d<CGAL_Nef_polyhedron2::Point> grid(GRID_COARSE); |