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
5namespace MR
6{
9
10
13{
14 VertUVCoords* uvCoords = nullptr;
15 VertColors* colorMap = nullptr;
16
17 TexturePerFace* texturePerFace = nullptr;
18 FaceColors* faceColors = nullptr;
19};
20}
VertColors * colorMap
Definition MRMeshAttributesToUpdate.h:15
FaceColors * faceColors
Definition MRMeshAttributesToUpdate.h:18
VertUVCoords * uvCoords
Definition MRMeshAttributesToUpdate.h:14
TexturePerFace * texturePerFace
Definition MRMeshAttributesToUpdate.h:17
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
the attribute data of the mesh that needs to be updated
Definition MRMeshAttributesToUpdate.h:13