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;
int32 CenterPointVtxID,
const FFrame3d & CenterPointFrame,
double ComputeToMaxDistanceIn
&41;
Remarks
Computes UVs outwards from seed vertex to all points that are less/equal to ComputeToMaxDistance from the seed.
Parameters
| Name | Description |
|---|---|
| CenterPointVtxID | ID of seed vertex |
| CenterPointFrame | 3D frame on surface of point set, parameterization is computed "in" this frame (eg will align u/v to x/y axes, at origin) |
| ComputeToMaxDistanceIn | target radius for parameterization, will not set UVs on points with graph-distance larger than this |