EComputeModes

The narrow band is always computed exactly, and the full Grid is always signed.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Implicit/SweepingMeshSDF.h

Include

#include "Implicit/SweepingMeshSDF.h"

Syntax

enum EComputeModes
{
    FullGrid                       = 0,
    NarrowBandOnly                 = 1,
    NarrowBand_SpatialFloodFill    = 2,
}

Values

Name

Description

FullGrid

NarrowBandOnly

NarrowBand_SpatialFloodFill

Remarks

The narrow band is always computed exactly, and the full Grid is always signed. Can also fill in the rest of the full Grid with fast sweeping. This is quite computationally intensive, though, and not parallelizable (time only depends on Grid resolution)

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