Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Implicit > API/Runtime/GeometryCore/Implicit/TSparseNarrowBandMeshSDF
Inheritance Hierarchy
- TBlockedGrid3Layout
- TSparseNarrowBandMeshSDF::FTriIDBlockGrid
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SparseNarrowBandMeshSDF.h |
| Include | #include "Implicit/SparseNarrowBandMeshSDF.h" |
Syntax
struct FTriIDBlockGrid : public UE::Geometry::TBlockedGrid3Layout< FBlockedGrid3f::BlockSize >
Remarks
Sparse grid that stores array of TriIDs each blocks.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< std::atomic< int > > | PerBlockNum | ||
| TArray< TArray< int32 > > | TrisInBlock |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTriIDBlockGrid
(
const FScatterCounter& TriCounter, |
Functions
Typedefs
| Name | Description |
|---|---|
| MyLayout |