summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-03-03 04:00:31 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-03-03 04:00:31 (GMT)
commit3dbb23ce682cbe1f8da83de2c12ecd362f76eef6 (patch)
tree1d0652ca8c5cc66a25ed00db6b1350574be4fe69 /src/node.cc
parenta97a32f3e55f058a16f4b4ede7b1b46edd868d36 (diff)
Call progress callback for each child node of boolean ops
git-svn-id: http://svn.clifford.at/openscad/trunk@479 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.cc b/src/node.cc
index 3121549..87a7051 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -93,6 +93,7 @@ static CGAL_Nef_polyhedron render_cgal_nef_polyhedron_backend(const AbstractNode
else
N.p3 += v->render_cgal_nef_polyhedron().p3;
}
+ v->progress_report();
}
that->cgal_nef_cache.insert(cache_id, new AbstractNode::cgal_nef_cache_entry(N), N.weight());
contact: Jan Huwald // Impressum