Skip to content

Commit 722db8a

Browse files
jreyero12floryst
authored andcommitted
fix(STLReader): disable removeDuplicateVertices by default
1 parent 64ab9b7 commit 722db8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IO/Geometry/STLReader/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ const DEFAULT_VALUES = {
407407
// baseURL: null,
408408
// dataAccessHelper: null,
409409
// url: null,
410-
removeDuplicateVertices: 0,
410+
removeDuplicateVertices: -1,
411411
};
412412

413413
// ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)