diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-14 23:25:40 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-14 23:25:40 (GMT) |
commit | 09d60fd5afd54f1537ff6f5349f6466be8401d01 (patch) | |
tree | 94870bb1c23eddd78df9b29e55b3603924837373 /src/CGALEvaluator.cc | |
parent | 0a2b7ca0d4d7fb1acda9996d69b25ff6b5495856 (diff) |
stub of face tessellation function for polyset
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); } |