Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
References
| Module | GeometryAlgorithms |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/XAtlasWrapper.h |
| Include | #include "XAtlasWrapper.h" |
Syntax
struct XAtlasChartOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFixWinding | ||
| bool | bUseInputMeshUvs | ||
| float | MaxBoundaryLength | ||
| float | MaxChartArea | ||
| float | MaxCost | ||
| uint32_t | MaxIterations | ||
| float | NormalDeviationWeight | Weights determine chart growth. Higher weights mean higher cost for that metric. | |
| float | NormalSeamWeight | ||
| XAtlasParameterizeFunc | ParamFunc | ||
| float | RoundnessWeight | ||
| float | StraightnessWeight | ||
| float | TextureSeamWeight |