Navigation
API > API/Plugins > API/Plugins/ModelingOperatorsEditorOnly
| |
|
| Name |
EMeshTangentsType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/ParameterizationOps/CalculateTangentsOp.h |
| Include Path |
#include "ParameterizationOps/CalculateTangentsOp.h" |
Syntax
enum EMeshTangentsType
{
MikkTSpace = 0,
FastMikkTSpace = 1,
PerTriangle = 2,
CopyExisting = 3,
}
Values
| Name |
Remarks |
| MikkTSpace |
Standard MikkTSpace tangent calculation |
| FastMikkTSpace |
MikkTSpace-like blended per-triangle tangents, with the blending being based on existing mesh, normals, and UV topology |
| PerTriangle |
Project per-triangle tangents onto normals |
| CopyExisting |
Use existing source mesh tangents |