TMeshLocalParam::ComputeToMaxDistance

Computes UVs outwards from seed frame/nbrs 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
(
    const FFrame3d & SeedFrameIn,
    const FIndex3i & SeedNbrs,
    double ComputeToMaxDistance
)

Remarks

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

Parameters

Parameter

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)

ComputeToMaxDistance

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