Skip to content

Commit

Permalink
sensible defailt value for reduce_vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Mar 17, 2023
1 parent a7e3661 commit cbf941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub struct Cli {
#[arg(long, value_parser = existing_path)]
pub exe_geof: Option<PathBuf>,
/// Use mesh simplification to reduce the number of vertices per object by this fraction. Value should be a float between 0.0 and 1.0. Ignored for building object types.
#[arg(long, default_value = "0.95")]
#[arg(long, default_value = "0.05")]
pub reduce_vertices: Option<f64>,
/// LoD to use in output for Building features
#[arg(long)]
Expand Down

0 comments on commit cbf941c

Please sign in to comment.