diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 08:14:52 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 08:14:52 (GMT) |
commit | d349412aefa34723ddfb4cc532f6ca6621d6e3cc (patch) | |
tree | edc2f9d642e4335802703c4d0ba22c0c3a3647c4 /dxftess-glu.cc | |
parent | e1d58382d94de47354080bb2c86099809d82e74a (diff) |
Clifford Wolf:
Improved handling of imported STL with small or thin triangles
git-svn-id: http://svn.clifford.at/openscad/trunk@283 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'dxftess-glu.cc')
-rw-r--r-- | dxftess-glu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxftess-glu.cc b/dxftess-glu.cc index 3256b4f..6bf0ad5 100644 --- a/dxftess-glu.cc +++ b/dxftess-glu.cc @@ -211,7 +211,7 @@ void dxf_tesselate(PolySet *ps, DxfData *dxf, double rot, bool up, bool do_trian gluTessNormal(tobj, 0, 0, +1); } - Grid3d< QPair<int,int> > point_to_path; + Grid3d< QPair<int,int> > point_to_path(GRID_COARSE); for (int i = 0; i < dxf->paths.count(); i++) { if (!dxf->paths[i].is_closed) |