unreal.FBXNormalGenerationMethod

class unreal.FBXNormalGenerationMethod

Bases: unreal.EnumBase

EFBXNormal Generation Method

C++ Source:

  • Module: UnrealEd

  • File: FbxMeshImportData.h

BUILT_IN

Use the legacy built in method to generate normals (faster in some cases)

Type

0

MIKK_T_SPACE

Use MikkTSpace to generate normals and tangents

Type

1