Fix debug visualization

This commit is contained in:
Filip Sykala - NTB T15p 2022-07-14 08:45:46 +02:00
parent 18c10c044d
commit 6f1bcd2469
2 changed files with 28 additions and 23 deletions

View file

@ -109,9 +109,16 @@ static Emboss::OrthoProject create_projection_for_cut(
TEST_CASE("CutSurface in 3mf", "[Emboss]")
{
std::string path_to_3mf = "C:/Users/Filip Sykala/Downloads/EmbossFromMultiVolumes.3mf";
int object_id = 0;
//std::string path_to_3mf = "C:/Users/Filip Sykala/Downloads/EmbossFromMultiVolumes.3mf";
//int object_id = 0;
//int text_volume_id = 2;
//std::string path_to_3mf = "C:/Users/Filip Sykala/Downloads/treefrog.3mf";
//int object_id = 0;
//int text_volume_id = 1;
std::string path_to_3mf = "C:/Users/Filip Sykala/Downloads/cube_test.3mf";
int object_id = 1;
int text_volume_id = 2;
Model model;