diffuse path tracing

This commit is contained in:
CDaut 2023-11-28 01:02:12 +01:00
parent 8cb5476588
commit 44514117cd
10 changed files with 62 additions and 46 deletions

View file

@ -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"] }