ObjectMeshData and additional information from mesh importer. More...
#include <MRMesh/MRLoadedMeshData.h>
Public Attributes | |
| MeshTexture | texture |
| AffineXf3f | xf |
| int | skippedFaceCount = 0 |
| int | duplicatedVertexCount = 0 |
| Public Attributes inherited from MR::ObjectMeshData | |
| std::shared_ptr< Mesh > | mesh |
| FaceBitSet | selectedFaces |
| selection | |
| UndirectedEdgeBitSet | selectedEdges |
| UndirectedEdgeBitSet | creases |
| VertColors | vertColors |
| colors | |
| FaceColors | faceColors |
| VertUVCoords | uvCoordinates |
| textures | |
| TexturePerFace | texturePerFace |
Additional Inherited Members | |
| Public Member Functions inherited from MR::ObjectMeshData | |
| ObjectMeshData | clone () const |
| returns copy of this object with mesh cloned | |
| size_t | heapBytes () const |
| returns the amount of memory this object occupies on heap | |
ObjectMeshData and additional information from mesh importer.