unreal.FBXSceneNormalGenerationMethod

class unreal.FBXSceneNormalGenerationMethod

Bases: unreal.EnumBase

EFBXScene Normal Generation Method

C++ Source:

  • Module: UnrealEd

  • File: FbxSceneImportOptionsStaticMesh.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