Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Laplacian weight schemes determine how we will look at the curvature at a given vertex in relation to its neighborhood
| Name | EWeightScheme |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DeformMeshPolygonsTool.h |
| Include Path | #include "DeformMeshPolygonsTool.h" |
Syntax
enum EWeightScheme
{
Uniform,
Umbrella,
Valence,
MeanValue,
Cotangent,
ClampedCotangent,
IDTCotangent,
}
Values
| Name | Remarks |
|---|---|
| Uniform | |
| Umbrella | |
| Valence | |
| MeanValue | |
| Cotangent | |
| ClampedCotangent | |
| IDTCotangent |