File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3017,7 +3017,7 @@ var MakerJs;
3017
3017
accuracy : .0001
3018
3018
} ;
3019
3019
MakerJs . extendObject ( opts , options ) ;
3020
- var loops = MakerJs . model . findLoops ( modelToExport , options . accuracy ) ;
3020
+ var loops = MakerJs . model . findLoops ( modelToExport , opts . accuracy ) ;
3021
3021
while ( depthModel = loops . models [ depth ] ) {
3022
3022
var union = '' ;
3023
3023
for ( var modelId in depthModel . models ) {
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ module MakerJs.exporter {
157
157
158
158
extendObject ( opts , options ) ;
159
159
160
- var loops = model . findLoops ( modelToExport , options . accuracy ) ;
160
+ var loops = model . findLoops ( modelToExport , opts . accuracy ) ;
161
161
162
162
while ( depthModel = loops . models [ depth ] ) {
163
163
var union = '' ;
Original file line number Diff line number Diff line change @@ -3018,7 +3018,7 @@ var MakerJs;
3018
3018
accuracy : .0001
3019
3019
} ;
3020
3020
MakerJs . extendObject ( opts , options ) ;
3021
- var loops = MakerJs . model . findLoops ( modelToExport , options . accuracy ) ;
3021
+ var loops = MakerJs . model . findLoops ( modelToExport , opts . accuracy ) ;
3022
3022
while ( depthModel = loops . models [ depth ] ) {
3023
3023
var union = '' ;
3024
3024
for ( var modelId in depthModel . models ) {
Original file line number Diff line number Diff line change @@ -3017,7 +3017,7 @@ var MakerJs;
3017
3017
accuracy : .0001
3018
3018
} ;
3019
3019
MakerJs . extendObject ( opts , options ) ;
3020
- var loops = MakerJs . model . findLoops ( modelToExport , options . accuracy ) ;
3020
+ var loops = MakerJs . model . findLoops ( modelToExport , opts . accuracy ) ;
3021
3021
while ( depthModel = loops . models [ depth ] ) {
3022
3022
var union = '' ;
3023
3023
for ( var modelId in depthModel . models ) {
You can’t perform that action at this time.
0 commit comments