Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FNegativeSpaceSampleSettings
| |
|
| Name |
ESampleMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include Path |
#include "CompGeom/ConvexDecomposition3.h" |
Syntax
enum ESampleMethod
{
Uniform,
VoxelSearch,
NavigableVoxelSearch,
}
Values
| Name |
Remarks |
| Uniform |
Place sample spheres in a uniform grid pattern. |
| VoxelSearch |
Use voxel-based subtraction and offsetting methods to specifically target concavities. |
| NavigableVoxelSearch |
Use a variant of VoxelSearch that aims to limit negative space to the space that can be accessed by a ball of radius >= MinRadius. |