Skip to content

Commit

Permalink
backport - Update max_convex_hulls description #1386
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Apr 8, 2024
1 parent 3590289 commit 954855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdf/1.11/mesh_shape.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<element name="convex_decomposition" required="0">
<description>Convex decomposition parameters. Applicable if the mesh optimization attribute is set to convex_decomposition</description>
<element name="max_convex_hulls" type="unsigned int" default="16" required="0">
<description>Maximum number of convex hulls to decompose into. If the input mesh has multiple submeshes, this limit is applied when decomposing each submesh</description>
<description>Maximum number of convex hulls to decompose into. This sets the maximum number of submeshes that the final decomposed mesh will contain.</description>
</element>
</element>

Expand Down

0 comments on commit 954855e

Please sign in to comment.