TMeshLocalParam::ComputeToMaxDistance

Computes UVs outwards from seed vertex to all points that are less/equal to ComputeToMaxDistance from the seed.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Parameterization/MeshLocalParam.h

Include

#include "Parameterization/MeshLocalParam.h"

Syntax

void ComputeToMaxDistance
(
    int32 CenterPointVtxID,
    const FFrame3d & CenterPointFrame,
    double ComputeToMaxDistanceIn
)

Remarks

Computes UVs outwards from seed vertex to all points that are less/equal to ComputeToMaxDistance from the seed.

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss