From 410036cae5ef24a96569360dd84f02ed36d7cf64 Mon Sep 17 00:00:00 2001 From: kintel Date: Sun, 31 Jan 2010 01:41:52 +0000 Subject: fixme git-svn-id: http://svn.clifford.at/openscad/trunk@386 b57f626f-c46c-0410-a088-ec61d464b74c 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 grid(GRID_COARSE); -- cgit v0.10.1