Skip to content

Commit

Permalink
increased tollerance on internal edge finding
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Apr 22, 2015
1 parent 3132d70 commit 40905e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factory/Bodies.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ var Bodies = {};

// flag internal edges (coincident part edges)
if (flagInternal) {
var coincident_max_dist = 1;
var coincident_max_dist = 5;

for (i = 0; i < parts.length; i++) {
var partA = parts[i];
Expand Down

0 comments on commit 40905e8

Please sign in to comment.