Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeToolCommon.h |
| Include | #include "BakeMeshAttributeToolCommon.h" |
Syntax
enum EBakeCurvatureColorMode
&123;
Grayscale,
RedBlue,
RedGreenBlue,
&125;
Values
| Name | Description |
|---|---|
| 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 |