Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| |
|
| Name |
EBakeCurvatureColorMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeToolCommon.h |
| Include Path |
#include "BakeMeshAttributeToolCommon.h" |
Syntax
enum EBakeCurvatureColorMode
{
Grayscale,
RedBlue,
RedGreenBlue,
}
Values
| Name |
Remarks |
| Grayscale |
Map curvature values to grayscale such that black is negative, grey is zero, and white is positive |
| RedBlue |
Map curvature values to red and blue such that red is negative, black is zero, and blue is positive |
| RedGreenBlue |
Map curvature values to red, green, blue such that red is negative, green is zero, and blue is positive |