The '''VHACD_Dialog''' component or V-HACD 2.0 dialog, is used to do a convex hull decomposition on a mesh to make the collision simpler and more performant.
|Resolution|'''[[Component:IntTextEditorParser|IntTextEditorParser]]'''|TypeAdv2=true| maximum number of voxels generated during the voxelization stage
|Depth|'''[[Component:IntTextEditorParser|IntTextEditorParser]]'''|TypeAdv3=true| maximum number of clipping stages. During each split stage, all the model parts (with a concavity higher than the user defined threshold) are clipped according the "best" clipping plane
|PlaneDownsampling|'''[[Component:IntTextEditorParser|IntTextEditorParser]]'''|TypeAdv5=true| controls the granularity of the search for the "best" clipping plane
|ConvexHullDownsampling|'''[[Component:IntTextEditorParser|IntTextEditorParser]]'''|TypeAdv6=true| controls the precision of the convex-hull generation process during the clipping plane selection stage
|MaxVerticesPerHull|'''[[Component:IntTextEditorParser|IntTextEditorParser]]'''|TypeAdv13=true| controls the maximum number of vertices per convex-hull
|MinVolumePerHull|'''[[Component:FloatTextEditorParser|FloatTextEditorParser]]'''|TypeAdv14=true| controls the adaptive sampling of the generated convex-hulls
|ConvexHullApproximation|'''[[Component:Checkbox|Checkbox]]'''|TypeAdv15=true| Approximate the convex hulls.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|RunDecomposition:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Activates and starts running the decomposition.
|RemoveVisuals:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Removes the generated visuals after making a convex hull decomposition.
|RemoveHulls:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Delete any generated hulls.
The VHACD_Dialog component or V-HACD 2.0 dialog, is used to do a convex hull decomposition on a mesh to make the collision simpler and more performant.
maximum number of clipping stages. During each split stage, all the model parts (with a concavity higher than the user defined threshold) are clipped according the "best" clipping plane