| ErrorTolerance |
double |
Error tolerance to guide convex decomposition (in cm); we stop adding new parts if the volume error is below the threshold. |
GeometryScript/ContainmentFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=DecompositionOptions
|
| MinPartThickness |
double |
Minimum part thickness for convex decomposition (in cm); hulls thinner than this will be merged into adjacent hulls, if possible. |
GeometryScript/ContainmentFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=DecompositionOptions
|
| NumHulls |
int |
How many convex pieces to target per mesh when creating convex decompositions. |
GeometryScript/ContainmentFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=DecompositionOptions
|
| SearchFactor |
double |
How much additional decomposition decomposition + merging to do, as a fraction of max pieces. |
GeometryScript/ContainmentFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=DecompositionOptions
|
| SimplifyToFaceCount |
int |
Try to simplify each convex hull to this triangle count. If 0, no simplification |
GeometryScript/ContainmentFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=ConvexHullOptions
|