Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Generators > API/Runtime/GeometryCore/Generators/FMarchingCubes
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Generators/MarchingCubes.h |
| Include | #include "Generators/MarchingCubes.h" |
Syntax
struct FGridCell
Remarks
We pass Cells around, this makes code cleaner
Variables
| Type | Name | Description | |
|---|---|---|---|
| double[8] | f | ||
| FVector3i[8] | i | TODO we do not actually need to store i, we just need the min-corner! |