diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-24 15:39:08 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-24 15:39:08 (GMT) |
commit | 65c7db49c97ee3b0f79ffdd10a7396c3d7fb82a3 (patch) | |
tree | 07acf30113bf4748a2dfe976ea2791c08c9926e6 /polyset.cc | |
parent | ba42e6c30be19004f0c4351f51005bc5e5dabdca (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.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |