Navigation
API > API/Plugins > API/Plugins/UVEditor
| |
|
| Name |
EDistortionMetric |
| Type |
enum |
| Header File |
/Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorDistortionVisualization.h |
| Include Path |
#include "UVEditorDistortionVisualization.h" |
Syntax
enum EDistortionMetric
{
ReedBeta,
Sander_L2,
Sander_LInf,
TexelDensity,
}
Values
| Name |
Remarks |
| ReedBeta |
Represents the shape deviation from the worldspace triangle element, sans scaling. |
| Sander_L2 |
Represents the root-mean-square strech over all directions vs the worldspace triangle element. |
| Sander_LInf |
Represents the worst-case, or greatest stretch in any particular direction, vs the worldspace triangle element. |
| TexelDensity |
Shows the current texile density ratio, compared against the average baseline of the entire mesh. |