EWeightScheme

Laplacian weight schemes determine how we will look at the curvature at a given vertex in relation to its neighborhood

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/DeformMeshPolygonsTool.h

Include

#include "DeformMeshPolygonsTool.h"

Syntax

enum EWeightScheme
{
    Uniform,
    Umbrella,
    Valence,
    MeanValue,
    Cotangent,
    ClampedCotangent,
}

Values

Name

Description

Uniform

Umbrella

Valence

MeanValue

Cotangent

ClampedCotangent

Remarks

Laplacian weight schemes determine how we will look at the curvature at a given vertex in relation to its neighborhood

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