Parameters to be used with a [Mesh] convex decomposition operation.
Parameters to be used with a [Mesh] convex decomposition operation.
If [code]true[/code], uses approximation for computing convex hulls.
Controls the precision of the convex-hull generation process during the clipping plane selection stage. Ranges from [code]1[/code] to [code]16[/code].
Maximum concavity. Ranges from [code]0.0[/code] to [code]1.0[/code].
The maximum number of convex hulls to produce from the merge operation.
Controls the maximum number of triangles per convex-hull. Ranges from [code]4[/code] to [code]1024[/code].
Controls the adaptive sampling of the generated convex-hulls. Ranges from [code]0.0[/code] to [code]0.01[/code].
Mode for the approximate convex decomposition.
If [code]true[/code], normalizes the mesh before applying the convex decomposition.
Controls the granularity of the search for the "best" clipping plane. Ranges from [code]1[/code] to [code]16[/code].
If [code]true[/code], projects output convex hull vertices onto the original source mesh to increase floating-point accuracy of the results.
Maximum number of voxels generated during the voxelization stage.
Controls the bias toward clipping along revolution axes. Ranges from [code]0.0[/code] to [code]1.0[/code].
Controls the bias toward clipping along symmetry planes. Ranges from [code]0.0[/code] to [code]1.0[/code].
Constant for voxel-based approximate convex decomposition.
Constant for tetrahedron-based approximate convex decomposition.