Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Implicit > API/Runtime/GeometryCore/Implicit/TSweepingMeshSDF
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/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)