Navigation
API > API/Plugins > API/Plugins/AvalancheModifiers > API/Plugins/AvalancheModifiers/Modifiers
References
| |
|
| Module |
AvalancheModifiers |
| Header |
/Engine/Plugins/Experimental/Avalanche/Source/AvalancheModifiers/Public/Modifiers/AvaNormalModifier.h |
| Include |
#include "Modifiers/AvaNormalModifier.h" |
Syntax
enum EAvaNormalModifierSplitMethod
{
None,
Vertex,
Triangle,
PolyGroup,
Threshold,
}
Values
| Name |
Description |
| 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 |