File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ pub struct ReconstructSubcommandArgs {
242242 /// Maximum allowed angle (in degrees) between triangle normals to merge them to a quad
243243 #[ arg( help_heading = ARGS_POSTPROC , long, default_value = "10" ) ]
244244 pub quad_max_normal_angle : f64 ,
245- /// Maximum allowed vertex interior angle (in degrees) inside of a quad to merge two triangles to a quad
245+ /// Maximum allowed vertex interior angle (in degrees) inside a quad to merge two triangles to a quad
246246 #[ arg( help_heading = ARGS_POSTPROC , long, default_value = "135" ) ]
247247 pub quad_max_interior_angle : f64 ,
248248
@@ -266,7 +266,7 @@ pub struct ReconstructSubcommandArgs {
266266 requires = "mesh_aabb_min" ,
267267 ) ]
268268 pub mesh_aabb_max : Option < Vec < f64 > > ,
269- /// Enable clamping of vertices outside of the specified mesh AABB to the AABB (only has an effect if mesh-aabb-min/max are specified)
269+ /// Enable clamping of vertices outside the specified mesh AABB to the AABB (only has an effect if mesh-aabb-min/max are specified)
270270 #[ arg(
271271 help_heading = ARGS_POSTPROC ,
272272 long,
You can’t perform that action at this time.
0 commit comments