summaryrefslogtreecommitdiff
path: root/src/CGALRenderer.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-02-12 04:33:31 (GMT)
committerMarius Kintel <marius@kintel.net>2013-05-10 11:45:28 (GMT)
commit130e10778e9d74ceb07dfc813b85d75a52a71e10 (patch)
treef11ad6722ff461864d83906b29bbabe148858693 /src/CGALRenderer.cc
parentb5079a189aa70cf36e9a4ded6d891df6ae78ac58 (diff)
Initial code to support scaling of linear_extrude(). Part of Issue #273
Diffstat (limited to 'src/CGALRenderer.cc')
-rw-r--r--src/CGALRenderer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGALRenderer.cc b/src/CGALRenderer.cc
index 4357e44..aadc2b4 100644
--- a/src/CGALRenderer.cc
+++ b/src/CGALRenderer.cc
@@ -52,7 +52,7 @@ CGALRenderer::CGALRenderer(const CGAL_Nef_polyhedron &root) : root(root)
this->polyhedron = NULL;
this->polyset = new PolySet();
this->polyset->is2d = true;
- dxf_tesselate(this->polyset, *dd, 0, true, false, 0);
+ dxf_tesselate(this->polyset, *dd, 0, 1, true, false, 0);
delete dd;
}
else if (root.dim == 3) {
contact: Jan Huwald // Impressum