Skip to content

Commit

Permalink
default bend param 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryichando committed Jan 6, 2025
1 parent 0f808a4 commit d4b2e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ pub struct Args {
// This bending stiffness not scaled by the density.
// If you change the density, you need to adjust this value accordingly.
// This behavior also change by the material thickness.
#[clap(long, default_value_t = 1.0)]
#[clap(long, default_value_t = 10.0)]
pub bend: f32,

// Name: Bend Stiffness for Rods
Expand Down

0 comments on commit d4b2e7a

Please sign in to comment.