Docs

Wrapper Settings

The Wrapper has various options that allow users to customize how the wrapping performs and influence its results.

General

OptionDescription
KNNNumber of closest points when looking for correspondents on the opposite surface.
AffinityThresholdAffinity values higher than this make flag values 1 (all others 0).
bNormaliseAffinityAllow vertex affinities to be normalized independently to negate distance bias.
VertexRangeRange for discovering correspondences
bUseOrientationWhether or not to use Vertex Normals when evaluating correspondences.

Iterations

OptionDescription
IterationsNumber of iterations. Higher count often provides better results.
StickyIterationsWeight Smoothing Sticky Iterations. Higher value means less impact as the vertices are moving together.
ElasticIterationsWeight Smoothing Elastic Iterations. Higher value means less impact as the vertices are moving together.

Smoothing

OptionDescription
SmoothNeighboursNumber of neighbors in local smoothing region for each vertex.
SmoothGaussianWidthSmoothing Gaussian Width.

Resolution

OptionDescription
SourceResolutionResolution subdivision for source mesh.
TargetResolutionResolution subdivision for target mesh.
bForceFitForce fitting attempts a final fit of the wrap result to the source mesh. This requires a higher source resolution for better results.

Control Points

OptionDescription
ControlPointInfluenceControl Point Influence Radius.
ControlPointNormalThresholdWhether or not the Control Points can find in their radius only un-flipped triangles.