Commit 1ca9ef09 authored by YIxin-Hu's avatar YIxin-Hu
Browse files

.

parent e9f322b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1118,7 +1118,7 @@ void floatTetWild::get_tracked_surface(Mesh& mesh, Eigen::Matrix<Scalar, Eigen::
        F_sf.resize(0, 0);
        bfs_orient(F, F_sf, _1);
    }
    igl::writeSTL(mesh.params.output_path + "_tracked_surface.stl", V_sf, F_sf);
    igl::writeSTL(mesh.params.output_path + "_" + mesh.params.postfix + "_tracked_surface.stl", V_sf, F_sf);
}

void floatTetWild::correct_tracked_surface_orientation(Mesh &mesh, AABBWrapper& tree){