14#include <lagrange/SurfaceMesh.h>
49template <
typename Scalar,
typename Index>
A general purpose polygonal mesh class.
Definition SurfaceMesh.h:73
void unflip_uv_triangles(SurfaceMesh< Scalar, Index > &mesh, const UnflipUVOptions &options={})
Unflip flipped UV triangles.
Definition unflip_uv_triangles.cpp:32
Main namespace for Lagrange.
Definition unflip_uv_triangles.h:26
std::string_view uv_attribute_name
Name of the attribute containing the UV coordinates.
Definition unflip_uv_triangles.h:29