Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/CleaningOps
References
| |
|
| Module |
ModelingOperators |
| Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CleaningOps/EditNormalsOp.h |
| Include |
#include "CleaningOps/EditNormalsOp.h" |
Syntax
enum ENormalCalculationMethod
{
AreaWeighted,
AngleWeighted,
AreaAngleWeighting,
}
Values
| Name |
Description |
| 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 |