summaryrefslogtreecommitdiff
path: root/trans.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trans.cc')
-rw-r--r--trans.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/trans.cc b/trans.cc
index 8697a29..b1a5c8d 100644
--- a/trans.cc
+++ b/trans.cc
@@ -60,6 +60,7 @@ CGAL_Nef_polyhedron TransNode::render_cgal_nef_polyhedron() const
N += v->render_cgal_nef_polyhedron();
CGAL_Aff_transformation t(CGAL::TRANSLATION, CGAL_Vector(x, y, z));
N.transform(t);
+ progress_report();
return N;
}
contact: Jan Huwald // Impressum