summaryrefslogtreecommitdiff
path: root/import.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-06 11:40:18 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-06 11:40:18 (GMT)
commitbc128ab631022c08fcf4c6197ccd9e60f39f856b (patch)
tree8dc0a1776c09a05f2e84376fe73dc5db2fe0db4e /import.cc
parent47827e9c59cfd015f6d1e2294008e29988082aba (diff)
Clifford Wolf:
Tesselation magic: cgal 2d and 3d nefs have different constraints on the tesselation results git-svn-id: http://svn.clifford.at/openscad/trunk@217 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'import.cc')
-rw-r--r--import.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/import.cc b/import.cc
index 2a407ad..3bdad66 100644
--- a/import.cc
+++ b/import.cc
@@ -180,7 +180,7 @@ PolySet *ImportNode::render_polyset(render_mode_e) const
{
DxfData dd(fn, fs, fa, filename, layername, origin_x, origin_y, scale);
p->is2d = true;
- dxf_tesselate(p, &dd, 0, true, 0);
+ dxf_tesselate(p, &dd, 0, true, false, 0);
dxf_border_to_ps(p, &dd);
}
contact: Jan Huwald // Impressum