Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FSmoothDynamicMeshAttributes
| |
|
| Name |
EEdgeWeights |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/SmoothDynamicMeshAttributes.h |
| Include Path |
#include "Operations/SmoothDynamicMeshAttributes.h" |
Syntax
enum EEdgeWeights
{
Uniform = 0,
EdgeLength = 1,
CotanWeights = 2,
}
Values
| Name |
Remarks |
| Uniform |
Smooth the attributes where each neighbor is weighted equally. |
| EdgeLength |
Smooth the attributes where each neighbor is weighted proportionally to the shared edge length. |
| CotanWeights |
Smooth the attributes where each neighbor is weighted proportionally to the cotangent weight of the shared edge. |