Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers
| Name | EAvaNormalModifierSplitMethod |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaNormalModifier.h |
| Include Path | #include "Modifiers/AvaNormalModifier.h" |
Syntax
enum EAvaNormalModifierSplitMethod
{
None,
Vertex,
Triangle,
PolyGroup,
Threshold,
}
Values
| Name | Remarks |
|---|---|
| None | Do not split, leave as it is |
| Vertex | Each vertex will have a split normal between tris |
| Triangle | Shared vertex between triangles will have a split normal |
| PolyGroup | Vertices of a same face grouped together will have a split normal |
| Threshold | Vertices above a certain angle threshold will have a split normal |