Optional alphaControls the bias toward clipping along symmetry planes. Range: [0.0, 1.0]
Optional betaControls the bias toward clipping along revolution planes. Range: [0.0, 1.0] Useful for objects with cylindrical or rotational features.
Optional concavityControls maximum allowed deviation from convexity. Range: [0.0, 1.0] Lower values create more convex parts for a tighter fit.
Optional convexWhether to use approximate convex hulls for better performance. Faster method with minimal impact on quality.
Optional convexControls the precision of convex hull generation. Lower values use more voxels for hull computation.
Optional maxMaximum number of convex parts to generate. Limits part count during decomposition.
Optional planeControls the granularity of searching optimal clipping planes. Lower values test more planes (slower but more accurate).
Optional resolutionVoxel grid resolution for decomposition. Higher resolution captures more detail but is slower.
Parameters for VHACD convex decomposition algorithm.
All parameters are optional. When not specified, default values from the underlying Rapier/Parry library are used.