Navigation
API > API/Plugins > API/Plugins/DynamicMesh
| Name | UE::MeshDeformation::ECotangentAreaMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Solvers/LaplacianMatrixAssembly.h |
| Include Path | #include "Solvers/LaplacianMatrixAssembly.h" |
Syntax
namespace UE
{
namespace MeshDeformation
{
enum ECotangentAreaMode
{
NoArea = 0,
VoronoiArea = 1,
}
}
}
Values
| Name | Remarks |
|---|---|
| NoArea | Uniform-weighted cotangents |
| VoronoiArea | Weight each vertex/row by 1/voronoi_area |