Navigation
API > API/Plugins > API/Plugins/ModelingOperatorsEditorOnly > API/Plugins/ModelingOperatorsEditorOnly/ParameterizationOps
References
Module | ModelingOperatorsEditorOnly |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/ParameterizationOps/CalculateTangentsOp.h |
Include | #include "ParameterizationOps/CalculateTangentsOp.h" |
Syntax
enum EMeshTangentsType
{
MikkTSpace = 0,
FastMikkTSpace = 1,
PerTriangle = 2,
CopyExisting = 3,
}
Values
Name | Description |
---|---|
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 |