Skip to content

Commit

Permalink
add parse_cli line (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
podd0 committed Dec 16, 2022
1 parent 1b68c14 commit 62eff12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ysamples.cpp
Expand Up @@ -63,6 +63,7 @@ void run(const vector<string>& args) {
add_option(cli, "noise", noise, "noise weight");
add_option(cli, "gravity", gravity, "gravity scale");
add_option(cli, "radius", radius, "hair radius");
parse_cli(cli, args);

// load mesh
auto shape = load_shape(shapename);
Expand Down

0 comments on commit 62eff12

Please sign in to comment.