unreal.AvaNormalModifierSplitMethod

class unreal.AvaNormalModifierSplitMethod

Bases: EnumBase

EAva Normal Modifier Split Method

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheModifiers

  • File: AvaNormalModifier.h

NONE: AvaNormalModifierSplitMethod

Do not split, leave as it is

Type:

0

POLY_GROUP: AvaNormalModifierSplitMethod

Vertices of a same face grouped together will have a split normal

Type:

3

THRESHOLD: AvaNormalModifierSplitMethod

Vertices above a certain angle threshold will have a split normal

Type:

4

TRIANGLE: AvaNormalModifierSplitMethod

Shared vertex between triangles will have a split normal

Type:

2

VERTEX: AvaNormalModifierSplitMethod

Each vertex will have a split normal between tris

Type:

1