Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Parameterization > API/Runtime/GeometryCore/Parameterization/TMeshLocalParam > API/Runtime/GeometryCore/Parameterization/TMeshLocalParam/ComputeToMaxDistance
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Parameterization/MeshLocalParam.h |
| Include | #include "Parameterization/MeshLocalParam.h" |
void ComputeToMaxDistance
&40;
const FFrame3d & SeedFrameIn,
const FIndex3i & SeedNbrs,
double ComputeToMaxDistanceIn
&41;
Remarks
Computes UVs outwards from seed frame/nbrs to all points that are less/equal to ComputeToMaxDistance from the seed.
Parameters
| Name | Description |
|---|---|
| SeedFrameIn | 3D frame on surface of point set, parameterization is computed "in" this frame (eg will align u/v to x/y axes, at origin) |
| SeedNbrs | 3 points that will be planar-projected into the SeedFrame, to initialize the region-growing (kind of triangle-mesh-specific) |
| ComputeToMaxDistanceIn | target radius for parameterization, will not set UVs on points with graph-distance larger than this |