Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMarchingCubes
Description
Assume we just want to slide cell at XIdx-1 to cell at XIdx, while keeping yi and ZIdx constant. Then only x-coords change, and we have already computed half the values
| Name | shift_cell_x |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Generators/MarchingCubes.h |
| Include Path | #include "Generators/MarchingCubes.h" |
void shift_cell_x
(
FGridCell & Cell,
int XIdx
)