Partialy prepare surface cut

This commit is contained in:
Filip Sykala 2022-03-16 16:21:04 +01:00
parent 87f22765ba
commit 84bde2163d
3 changed files with 565 additions and 225 deletions

View file

@ -241,8 +241,8 @@ TEST_CASE("Cut surface", "[]")
its_translate(cube2, Vec3f(100, -40, 40));
its_merge(object, std::move(cube2));
auto surface = cut_surface(object, shape, projection);
//its_write_obj(surface, "C:/data/temp/surface_cutted.obj");
auto surfaces = cut_surface(object, shape, projection);
CHECK(!surfaces.empty());
}
#ifndef __APPLE__