UE::MeshDeformation::ECotangentWeightMode

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Solvers/LaplacianMatrixAssembly.h

Include

#include "Solvers/LaplacianMatrixAssembly.h"

Syntax

namespace UE
{
    namespace MeshDeformation
    {
        enum ECotangentWeightMode
        {
            Default             = 0,
            ClampedMagnitude    = 1,
        }
    }
}

Values

Name

Description

Default

Standard cotangent weights

ClampedMagnitude

Magnitude of matrix entries clamped to [-1e5,1e5], scaled by area weight

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