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