reflection directly along normal

This commit is contained in:
CDaut 2023-11-27 20:59:25 +01:00
parent 1e752d60bf
commit 7f9af4ceaa
7 changed files with 68 additions and 26 deletions

View file

@ -37,6 +37,9 @@ pub struct Args {
///start in debug mode (e.g. without parallelization)
#[arg(long)]
debug: bool,
///path tracing recursion depth
#[arg(long)]
recurse: usize
}
fn main() {