14#include <lagrange/scene/SimpleScene.h>
15#include <lagrange/xatlas/Options.h>
16#include <lagrange/xatlas/api.h>
22namespace lagrange::xatlas {
40template <
typename Scalar,
typename Index>
41LA_XATLAS_API scene::SimpleScene<Scalar, Index, 3> repack_scene(
42 const scene::SimpleScene<Scalar, Index, 3>& scene,
45 std::function<void(
const std::string&,
float)> notification_func =
nullptr,
46 const std::atomic_bool* cancel =
nullptr);
Options controlling a repack (existing UVs → new packing, no chart computation).
Definition Options.h:168
Scene-specific options for unwrap_scene / repack_scene.
Definition Options.h:201