summaryrefslogtreecommitdiff
path: root/csgops.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-07-24 08:22:05 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-07-24 08:22:05 (GMT)
commitfcde390416e9c3e44e1d60bf8aeeb4add62f828b (patch)
tree27c7fccc2d37fb8925b99d11ead350f63589b2d8 /csgops.cc
parentf158370f5ef5745c273f2f47c57b77d1fcc2f0db (diff)
Clifford Wolf:
Improved background and highlights rendering git-svn-id: http://svn.clifford.at/openscad/trunk@71 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'csgops.cc')
-rw-r--r--csgops.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/csgops.cc b/csgops.cc
index a5f82e0..451c4c4 100644
--- a/csgops.cc
+++ b/csgops.cc
@@ -72,6 +72,8 @@ CGAL_Nef_polyhedron CsgNode::render_cgal_nef_polyhedron() const
bool first = true;
CGAL_Nef_polyhedron N;
foreach (AbstractNode *v, children) {
+ if (v->modinst->tag_background)
+ continue;
if (first) {
N = v->render_cgal_nef_polyhedron();
first = false;
contact: Jan Huwald // Impressum