diff options
Diffstat (limited to 'src/CGALEvaluator.cc')
-rw-r--r-- | src/CGALEvaluator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGALEvaluator.cc b/src/CGALEvaluator.cc index 26d3e4c..9902f70 100644 --- a/src/CGALEvaluator.cc +++ b/src/CGALEvaluator.cc @@ -686,7 +686,7 @@ CGAL_Nef_polyhedron CGALEvaluator::evaluateCGALMesh(const PolySet &ps) if (plane_error) try { PolySet ps2; CGAL_Polyhedron P; - tessellate_faces( ps, ps2 ); + tessellate_3d_faces( ps, ps2 ); createPolyhedronFromPolySet(ps2,P); N = new CGAL_Nef_polyhedron3(P); } |