Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Implicit > API/Runtime/GeometryCore/Implicit/TSparseNarrowBandMeshSDF
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SparseNarrowBandMeshSDF.h |
| Include | #include "Implicit/SparseNarrowBandMeshSDF.h" |
Syntax
enum EComputeModes
{
NarrowBandOnly = 1,
NarrowBand_SpatialFloodFill = 2,
}
Values
| Name | Description |
|---|---|
| NarrowBandOnly | |
| NarrowBand_SpatialFloodFill |
Remarks
The narrow band is always computed exactly, and the full Grid will be signed if bComputeSigns is true.