FRemesher::FullSmoothPass_Buffer

Applies a smoothing pass to the mesh, storing intermediate positions in a buffer and then writing them at the end (so, no order effect)

Windows
MacOS
Linux

Override Hierarchy

FRemesher::FullSmoothPass_Buffer()

FSubRegionRemesher::FullSmoothPass_Buffer()

References

Module

DynamicMesh

Header

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

Include

#include "Remesher.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/Remesher.cpp

Syntax

virtual void FullSmoothPass_Buffer
(
    bool bParallel
)

Remarks

Applies a smoothing pass to the mesh, storing intermediate positions in a buffer and then writing them at the end (so, no order effect)

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