18 std::shared_ptr<Mesh>
mesh;
Definition MRMeshTopology.h:22
FaceColors faceColors
Definition MRObjectMeshData.h:28
FaceBitSet selectedFaces
selection
Definition MRObjectMeshData.h:21
UndirectedEdgeBitSet creases
Definition MRObjectMeshData.h:24
MRMESH_API size_t heapBytes() const
returns the amount of memory this object occupies on heap
MRMESH_API UndirectedEdgeBitSet edgesBetweenDifferentColors(const MeshTopology &topology, const FaceColors &colors)
return all edges separating faces with different colors
VertUVCoords uvCoordinates
textures
Definition MRObjectMeshData.h:31
UndirectedEdgeBitSet selectedEdges
Definition MRObjectMeshData.h:22
std::shared_ptr< Mesh > mesh
Definition MRObjectMeshData.h:18
VertColors vertColors
colors
Definition MRObjectMeshData.h:27
MRMESH_API ObjectMeshData clone() const
returns copy of this object with mesh cloned
TexturePerFace texturePerFace
Definition MRObjectMeshData.h:32
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
mesh and its per-element attributes for ObjectMeshHolder
Definition MRObjectMeshData.h:17