14#include <lagrange/scene/SimpleScene.h>
15#include <lagrange/xatlas/Options.h>
16#include <lagrange/xatlas/api.h>
22namespace lagrange::xatlas {
41template <
typename Scalar,
typename Index>
42LA_XATLAS_API scene::SimpleScene<Scalar, Index, 3> unwrap_scene(
43 const scene::SimpleScene<Scalar, Index, 3>& scene,
46 std::function<void(
const std::string&,
float)> notification_func =
nullptr,
47 const std::atomic_bool* cancel =
nullptr);
Scene-specific options for unwrap_scene / repack_scene.
Definition Options.h:201
Options controlling a full unwrap (segment + parameterize + pack).
Definition Options.h:128