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 /dxfdata.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 'dxfdata.cc')
-rw-r--r-- | dxfdata.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ DxfData::DxfData(double fn, double fs, double fa, QString filename, QString laye } QTextStream stream(&f); - Grid2d< QVector<int> > grid; + Grid2d< QVector<int> > grid(GRID_COARSE); QList<Line> lines; // Global lines QHash< QString, QList<Line> > blockdata; // Lines in blocks |