Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshWindingNumberGrid
Should we compute MWN at all grid cells (expensive!!) or only in narrow band. In narrow-band mode, we guess rest of MWN values by propagating along x-rows
| Name | EComputeModes |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/MeshWindingNumberGrid.h |
| Include Path | #include "Spatial/MeshWindingNumberGrid.h" |
Syntax
enum EComputeModes
{
FullGrid = 0,
NarrowBand = 1,
}
Values
| Name | Remarks |
|---|---|
| FullGrid | |
| NarrowBand |