Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FSmoothDynamicMeshAttributes
References
| |
|
| Module |
DynamicMesh |
| Header |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/SmoothDynamicMeshAttributes.h |
| Include |
#include "Operations/SmoothDynamicMeshAttributes.h" |
Syntax
enum EEdgeWeights
&123;
Uniform = 0,
EdgeLength = 1,
CotanWeights = 2,
&125;
Values
| Name |
Description |
| 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. |