#ifndef DUST3D_UV_UNWRAP_H #define DUST3D_UV_UNWRAP_H #include #include #include "outcome.h" void uvUnwrap(const Outcome &outcome, std::vector> &triangleVertexUvs, std::set &seamVertices, std::map> &uvRects); #endif