diffuse path tracing
This commit is contained in:
parent
8cb5476588
commit
44514117cd
10 changed files with 62 additions and 46 deletions
|
|
@ -11,4 +11,5 @@ clap = { version = "4.4.8", features = ["derive"] }
|
|||
cgmath = "0.18.0"
|
||||
rayon = "1.8.0"
|
||||
image = "0.24.7"
|
||||
rand = "0.8.5"
|
||||
rand = "0.8.5"
|
||||
indicatif = { version = "0.17.7", features = ["rayon"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue