Skip to content

Commit

Permalink
fix: CLI default param for BVH build algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther committed Jul 19, 2024
1 parent c018215 commit a9d7eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clovers-cli/src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub struct RenderOptions {
#[arg(long, default_value = "random")]
pub sampler: Sampler,
/// BVH construction algorithm.
#[arg(long, default_value = "longest-axis")]
#[arg(long, default_value = "lam")]
pub bvh: BvhAlgorithm,
}

Expand Down

0 comments on commit a9d7eec

Please sign in to comment.