unreal.AvaNormalModifierSplitMethod

class unreal.AvaNormalModifierSplitMethod

Bases: EnumBase

EAva Normal Modifier Split Method

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheModifiers

  • File: AvaNormalModifier.h

NONE: AvaNormalModifierSplitMethod = Ellipsis

Do not split, leave as it is

Type:

0

POLY_GROUP: AvaNormalModifierSplitMethod = Ellipsis

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

Type:

3

THRESHOLD: AvaNormalModifierSplitMethod = Ellipsis

Vertices above a certain angle threshold will have a split normal

Type:

4

TRIANGLE: AvaNormalModifierSplitMethod = Ellipsis

Shared vertex between triangles will have a split normal

Type:

2

VERTEX: AvaNormalModifierSplitMethod = Ellipsis

Each vertex will have a split normal between tris

Type:

1