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