Skip to content

Commit

Permalink
fix(STLReader): disable removeDuplicateVertices by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jreyero12 authored and floryst committed Feb 25, 2025
1 parent 64ab9b7 commit 722db8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/IO/Geometry/STLReader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ const DEFAULT_VALUES = {
// baseURL: null,
// dataAccessHelper: null,
// url: null,
removeDuplicateVertices: 0,
removeDuplicateVertices: -1,
};

// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 722db8a

Please sign in to comment.