Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | ENormalCalculationMethod |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CleaningOps/EditNormalsOp.h |
| Include Path | #include "CleaningOps/EditNormalsOp.h" |
Syntax
enum ENormalCalculationMethod
{
AreaWeighted,
AngleWeighted,
AreaAngleWeighting,
}
Values
| Name | Remarks |
|---|---|
| AreaWeighted | Use triangle area to weight how much a triangle's normal contributes its vertices' normals |
| AngleWeighted | Use the angle of a triangle at a vertex to weight how much that triangle's normal contributes to that vertex's normal |
| AreaAngleWeighting | Multiply area and angle weights together for a combined weight controlling how much a triangle's normal contributes to its vertices' normals |