summaryrefslogtreecommitdiff
path: root/polyset.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-24 15:39:08 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-06-24 15:39:08 (GMT)
commit65c7db49c97ee3b0f79ffdd10a7396c3d7fb82a3 (patch)
tree07acf30113bf4748a2dfe976ea2791c08c9926e6 /polyset.cc
parentba42e6c30be19004f0c4351f51005bc5e5dabdca (diff)
Clifford Wolf:
Generate CSG Products as part of compilation process git-svn-id: http://svn.clifford.at/openscad/trunk@16 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'polyset.cc')
-rw-r--r--polyset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyset.cc b/polyset.cc
index f4304e3..a60828b 100644
--- a/polyset.cc
+++ b/polyset.cc
@@ -147,7 +147,7 @@ CGAL_Nef_polyhedron AbstractPolyNode::render_cgal_nef_polyhedron() const
CSGTerm *AbstractPolyNode::render_csg_term(double m[16]) const
{
PolySet *ps = render_polyset(RENDER_OPENCSG);
- return new CSGTerm(ps, m);
+ return new CSGTerm(ps, QString("n%1").arg(idx), m);
}
#endif /* ENABLE_OPENCSG */
contact: Jan Huwald // Impressum