Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Method to distribute sampling spheres.
| Name | ENegativeSpaceSampleMethodDataflowEnum |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
enum ENegativeSpaceSampleMethodDataflowEnum
{
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. |