summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-10-31 01:19:06 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-10-31 01:19:06 (GMT)
commit6ed27af1392953d44cf0c3f0f0bd0b82e3c69c4f (patch)
treefbcb75d32e8763aac3f0ad28528936a0ec11930b /src/mainwin.cc
parentc8a2578bcb71c8d3f258c03d24e209dd8c2fef1e (diff)
Committed current version of visitor refactoring
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index ef738fc..1bf2695 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -1126,7 +1126,7 @@ void MainWindow::actionRenderCGAL()
progress_report_prep(root_node, report_func, pd);
try {
- this->root_N = new CGAL_Nef_polyhedron(root_node->render_cgal_nef_polyhedron());
+ this->root_N = new CGAL_Nef_polyhedron(root_node->renderCSGMesh());
}
catch (ProgressCancelException e) {
PRINT("Rendering cancelled.");
contact: Jan Huwald // Impressum