reflection directly along normal
This commit is contained in:
parent
1e752d60bf
commit
7f9af4ceaa
7 changed files with 68 additions and 26 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue