From a00a87255ed952ad4cca30d89d1c67fb0aa1b348 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 26 Mar 2024 02:18:25 +0000 Subject: [PATCH 1/2] Update max_convex_hull description Signed-off-by: Ian Chen --- sdf/1.11/mesh_shape.sdf | 2 +- sdf/1.12/mesh_shape.sdf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sdf/1.11/mesh_shape.sdf b/sdf/1.11/mesh_shape.sdf index a59300d46..1ed64ca44 100644 --- a/sdf/1.11/mesh_shape.sdf +++ b/sdf/1.11/mesh_shape.sdf @@ -10,7 +10,7 @@ Convex decomposition parameters. Applicable if the mesh optimization attribute is set to convex_decomposition - Maximum number of convex hulls to decompose into. If the input mesh has multiple submeshes, this limit is applied when decomposing each submesh + Maximum number of convex hulls to decompose into. This sets the maximum number of submeshes that the final decomposed mesh will contain. diff --git a/sdf/1.12/mesh_shape.sdf b/sdf/1.12/mesh_shape.sdf index a59300d46..3acb65d18 100644 --- a/sdf/1.12/mesh_shape.sdf +++ b/sdf/1.12/mesh_shape.sdf @@ -10,7 +10,8 @@ Convex decomposition parameters. Applicable if the mesh optimization attribute is set to convex_decomposition - Maximum number of convex hulls to decompose into. If the input mesh has multiple submeshes, this limit is applied when decomposing each submesh + Maximum number of convex hulls to decompose into. This sets the maximum number of submeshes that the final decomposed mesh will contain. + From ba3072f3fa33cd0b71f0af74fd287cf4a1004882 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 26 Mar 2024 17:10:39 +0000 Subject: [PATCH 2/2] fix spec Signed-off-by: Ian Chen --- sdf/1.12/mesh_shape.sdf | 1 - 1 file changed, 1 deletion(-) diff --git a/sdf/1.12/mesh_shape.sdf b/sdf/1.12/mesh_shape.sdf index 3acb65d18..1ed64ca44 100644 --- a/sdf/1.12/mesh_shape.sdf +++ b/sdf/1.12/mesh_shape.sdf @@ -12,7 +12,6 @@ Maximum number of convex hulls to decompose into. This sets the maximum number of submeshes that the final decomposed mesh will contain. -