Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSweepingMeshSDF
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)
| Name | EComputeModes |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SweepingMeshSDF.h |
| Include Path | #include "Implicit/SweepingMeshSDF.h" |
Syntax
enum EComputeModes
{
FullGrid = 0,
NarrowBandOnly = 1,
NarrowBand_SpatialFloodFill = 2,
}
Values
| Name | Remarks |
|---|---|
| FullGrid | |
| NarrowBandOnly | |
| NarrowBand_SpatialFloodFill |