Partialy prepare surface cut
This commit is contained in:
parent
87f22765ba
commit
84bde2163d
3 changed files with 565 additions and 225 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue