FMarchingCubes::shift_cell_x

Assume we just want to slide cell at XIdx-1 to cell at XIdx, while keeping yi and ZIdx constant.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Generators/MarchingCubes.h

Include

#include "Generators/MarchingCubes.h"

Syntax

void shift_cell_x
(
    FGridCell & Cell,
    int XIdx
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss