14[[nodiscard]] MRMESH_API std::optional<UVCoord>
findVertexUV(
const MeshTopology& topology, VertId v,
const TriCornerUVCoords& triCornerUvCoords );
18[[nodiscard]] MRMESH_API std::optional<VertUVCoords>
findVertexUVs(
const MeshTopology& topology,
const TriCornerUVCoords& triCornerUvCoords );
Definition MRMeshTopology.h:22
MRMESH_API std::optional< UVCoord > findVertexUV(const MeshTopology &topology, VertId v, const TriCornerUVCoords &triCornerUvCoords)
MRMESH_API std::optional< VertUVCoords > findVertexUVs(const MeshTopology &topology, const TriCornerUVCoords &triCornerUvCoords)
MRMESH_API VertColors sampleVertexColors(const Mesh &mesh, const MeshTexture &tex, const TriCornerUVCoords &triCornerUvCoords)
MRMESH_API Color sampleVertexColor(const Mesh &mesh, VertId v, const MeshTexture &tex, const TriCornerUVCoords &triCornerUvCoords)
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMeshTexture.h:13