Navigation
API > API/Runtime > API/Runtime/Chaos
| |
|
| Name |
EConvexOverlapRemoval |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionConvexUtility.h |
| Include Path |
#include "GeometryCollection/GeometryCollectionConvexUtility.h" |
Syntax
enum EConvexOverlapRemoval
{
None = 0,
All = 1,
OnlyClusters = 2,
OnlyClustersVsClusters = 3,
}
Values
| Name |
Remarks |
| None |
Do not remove overlaps between convex hulls. |
| All |
Remove all overlaps between neighboring convex hulls. |
| OnlyClusters |
Only remove overlaps on convex hulls of clusters, ignoring leaf-leaf overlaps. |
| OnlyClustersVsClusters |
Only remove overlaps between overlapping clusters, ignoring leaf-leaf and cluster-leaf overlaps. |