Navigation
API > API/Plugins > API/Plugins/PlanarCut
| |
|
| Name |
FMergeIslandSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/FractureAutoUV.h |
| Include Path |
#include "FractureAutoUV.h" |
Syntax
struct FMergeIslandSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AreaDistortionThreshold |
double |
Threshold for allowed area distortion from merging islands (when we use ExpMap to compute new UVs for the merged island) |
FractureAutoUV.h |
|
| MaxNormalDeviationDeg |
double |
Threshold for allowed normal deviation between merge-able islands. |
FractureAutoUV.h |
|
| NormalSmoothingAlpha |
double |
|
FractureAutoUV.h |
|
| NormalSmoothingRounds |
int32 |
ExpMap parameters, for computing new UVs of merged islands |
FractureAutoUV.h |
|