MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshAttributesToUpdate.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
MRMeshFwd.h
"
4
5
namespace
MR
6
{
7
8
// the attribute data of the mesh that needs to be updated
9
struct
MeshAttributesToUpdate
10
{
11
VertUVCoords
* uvCoords =
nullptr
;
12
VertColors* colorMap =
nullptr
;
13
14
TexturePerFace* texturePerFace =
nullptr
;
15
FaceColors* faceColors =
nullptr
;
16
};
17
}
MRMeshFwd.h
MR
Definition
MRCameraOrientationPlugin.h:8
mrmeshpy::VertUVCoords
VertUVCoords
MeshLib
source
MRMesh
MRMeshAttributesToUpdate.h
Generated by
1.11.0