ESmoothTypes

Built-in Smoothing types

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Remesher.h

Include

#include "Remesher.h"

Syntax

enum ESmoothTypes
{
    Uniform      = 0,
    Cotan        = 1,
    MeanValue    = 2,
}

Values

Name

Description

Uniform

Cotan

Uniform weights, produces regular mesh and fastest convergence

MeanValue

Cotangent weights prevent tangential flow and hence preserve triangle shape / texture coordinates, but can become unstable...

Remarks

Built-in Smoothing types

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