algorithm to cast rays and build an image based on result

This commit is contained in:
CDaut 2023-11-18 01:44:04 +01:00
parent 11ceb6ebc7
commit 6cbd93aad0
7 changed files with 159 additions and 30 deletions

View file

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