14#include <lagrange/SurfaceMesh.h>
15#include <lagrange/xatlas/Options.h>
16#include <lagrange/xatlas/api.h>
22namespace lagrange::xatlas {
38template <
typename Scalar,
typename Index>
39LA_XATLAS_API SurfaceMesh<Scalar, Index> repack_mesh(
40 const SurfaceMesh<Scalar, Index>& mesh,
42 std::function<void(
const std::string&,
float)> notification_func =
nullptr,
43 const std::atomic_bool* cancel =
nullptr);
Options controlling a repack (existing UVs → new packing, no chart computation).
Definition Options.h:168