Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/FNegativeSpaceSampleSettings
References
| |
|
| Module |
GeometryCore |
| Header |
/Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include |
#include "CompGeom/ConvexDecomposition3.h" |
Syntax
enum ESampleMethod
{
Uniform,
VoxelSearch,
NavigableVoxelSearch,
}
Values
| Name |
Description |
| 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. |