UE::MeshDeformation::ECotangentAreaMode

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 ECotangentAreaMode
        {
            NoArea         = 0,
            VoronoiArea    = 1,
        }
    }
}

Values

Name

Description

NoArea

Uniform-weighted cotangents

VoronoiArea

Weight each vertex/row by 1/voronoi_area

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