Skip to content

Commit

Permalink
relaxed NumDegenerateTris for Boolean.Gyroid
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Jun 2, 2022
1 parent be6dd18 commit 452cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mesh_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ TEST(Boolean, Gyroid) {

EXPECT_TRUE(result.IsManifold());
EXPECT_TRUE(result.MatchesTriNormals());
EXPECT_LE(result.NumDegenerateTris(), 42);
EXPECT_LE(result.NumDegenerateTris(), 43);
EXPECT_EQ(result.Decompose().size(), 1);
auto prop = result.GetProperties();
EXPECT_NEAR(prop.volume, 7692, 1);
Expand Down

0 comments on commit 452cca9

Please sign in to comment.