Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
EGeometryScriptBlurColorMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshVertexColorFunctions.h |
| Include Path |
#include "GeometryScript/MeshVertexColorFunctions.h" |
Syntax
enum EGeometryScriptBlurColorMode
{
Uniform = 0,
EdgeLength = 1,
CotanWeights = 2,
}
Values
| Name |
Remarks |
| Uniform |
Blur the attributes where each neighbor is weighted equally. |
| EdgeLength |
Blur the attributes where each neighbor is weighted proportionally to the shared edge length. |
| CotanWeights |
Blur the attributes where each neighbor is weighted proportionally to the cotangent weight of the shared edge. |