Method ConvexDecomposition
ConvexDecomposition(OccurrenceList, int, int, bool, int, double)
WARNING: this function is tagged as 'EXPERIMENTAL'
Explode each mesh to approximated convex decomposition
Declaration
[HandleProcessCorruptedStateExceptions]
public OccurrenceList ConvexDecomposition(OccurrenceList occurrences, int maxCount, int vertexCount, bool approximate, int resolution = 100000, double concavity = 0.001)
Parameters
| Type | Name | Description | 
|---|---|---|
| OccurrenceList | occurrences | Part occurrences to process  | 
    
| int | maxCount | Maximum number of convex hull to generated  | 
    
| int | vertexCount | Maximum number of vertices per convex hull  | 
    
| bool | approximate | Approximate method  | 
    
| int | resolution | Resolution  | 
    
| double | concavity | Concavity  | 
    
Returns
| Type | Description | 
|---|---|
| OccurrenceList |