Skip to content

Commit

Permalink
js: Update test results after hasTriangleFlip change
Browse files Browse the repository at this point in the history
The two outputs are equivalent.
  • Loading branch information
zeux committed Jun 2, 2023
1 parent 8292ec5 commit e677ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/meshopt_simplifier.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var tests = {
var res = simplifier.simplify(indices, positions, 3, /* target indices */ 3, /* target error */ 0.01);

var expected = new Uint32Array([
3, 0, 5,
0, 5, 3,
]);

assert.deepEqual(res[0], expected);
Expand Down

0 comments on commit e677ebf

Please sign in to comment.