diff --git a/src/cgalutils.cc b/src/cgalutils.cc index e9f348b6..971f12f7 100644 --- a/src/cgalutils.cc +++ b/src/cgalutils.cc @@ -45,7 +45,7 @@ static CGAL_Nef_polyhedron *createNefPolyhedronFromPolySet(const PolySet &ps) // we tessellate the polyset before checking. PolySet psq(ps); psq.quantizeVertices(); - PolySet ps_tri(3); + PolySet ps_tri(3, psq.convexValue()); PolysetUtils::tessellate_faces(psq, ps_tri); if (ps_tri.is_convex()) { typedef CGAL::Exact_predicates_inexact_constructions_kernel K;