algorithm to cast rays and build an image based on result
This commit is contained in:
parent
11ceb6ebc7
commit
6cbd93aad0
7 changed files with 159 additions and 30 deletions
|
|
@ -9,4 +9,5 @@ edition = "2021"
|
|||
easy-gltf = "1.1.1"
|
||||
clap = { version = "4.4.8", features = ["derive"] }
|
||||
cgmath = "0.18.0"
|
||||
rayon = "1.8.0"
|
||||
rayon = "1.8.0"
|
||||
image = "0.24.7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue