Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Method to use to compute convex decomposition.
| Name | EConvexDecompositionMethod |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Physics/SetCollisionGeometryTool.h |
| Include Path | #include "Physics/SetCollisionGeometryTool.h" |
Syntax
enum EConvexDecompositionMethod
{
NavigationDriven,
VolumetricError,
}
Values
| Name | Remarks |
|---|---|
| NavigationDriven | Use the Navigable Space Protection's Error Tolerance and Min Radius settings to control the decomposition. |
| VolumetricError | Minimize volumetric differences to the input. |