Skip to content
Snippets Groups Projects
Commit c0161526 authored by Philip Trettner's avatar Philip Trettner
Browse files

fixed es

parent ae5c815a
Branches
No related tags found
No related merge requests found
Pipeline #12496 passed
......@@ -2,7 +2,7 @@
#include <polymesh/Mesh.hh>
#include <polymesh/algorithms/edge_split.hh>
#include <polymesh/algorithms/remeshing/triangulate.hh>
#include <polymesh/algorithms/triangulate.hh>
#include <polymesh/objects/quad.hh>
#include <typed-geometry/tg.hh>
......@@ -33,6 +33,7 @@ TEST_CASE("edge split")
// is OK! m.assert_consistency();
});
return; // DO NOT ACTUALLY SHOW
auto v = view(pos);
view(lines(pos).line_width_world(0.003f));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment