Go to the source code of this file.
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API std::optional< UVCoord > | MR::findVertexUV (const MeshTopology &topology, VertId v, const TriCornerUVCoords &triCornerUvCoords) |
| MRMESH_API std::optional< VertUVCoords > | MR::findVertexUVs (const MeshTopology &topology, const TriCornerUVCoords &triCornerUvCoords) |
| MRMESH_API Color | MR::sampleVertexColor (const Mesh &mesh, VertId v, const MeshTexture &tex, const TriCornerUVCoords &triCornerUvCoords) |
| MRMESH_API VertColors | MR::sampleVertexColors (const Mesh &mesh, const MeshTexture &tex, const TriCornerUVCoords &triCornerUvCoords) |