enum ETangentSpaceMethod
 TangentSpaceMethod is used to specify which tangent space method is usedto generate tangent spaces when processing. Use OrthonormalLeftHandedto generate tangents that are D3D compatible (left-handed coordinate system).
  Values
  | Key | Value | Comment | 
|---|
 | OrthonormalRightHanded | 0 | Standard method, creates an orthonormal tangent space (right-handed) | 
 | Autodesk3dsMax | 1 | 3dsMax compatible method, creates tangent space that is compatible with the 3dsMax renderer | 
 | OrthonormalLeftHanded | 2 | Creates an orthonormal tangent space (left-handed, D3D compatible) | 
 | Key | Value | Comment | 
|---|
 | OrthonormalRightHanded | 0 | Standard method, creates an orthonormal tangent space (right-handed) | 
 | Autodesk3dsMax | 1 | 3dsMax compatible method, creates tangent space that is compatible with the 3dsMax renderer | 
 | OrthonormalLeftHanded | 2 | Creates an orthonormal tangent space (left-handed, D3D compatible) | 
 | Key | Value | Comment | 
|---|
 | ETangentSpaceMethod_OrthonormalRightHanded | 0 | Standard method, creates an orthonormal tangent space (right-handed) | 
 | ETangentSpaceMethod_Autodesk3dsMax | 1 | 3dsMax compatible method, creates tangent space that is compatible with the 3dsMax renderer | 
 | ETangentSpaceMethod_OrthonormalLeftHanded | 2 | Creates an orthonormal tangent space (left-handed, D3D compatible) |