Anti aliasing by multisampling

This commit is contained in:
CDaut 2023-11-24 19:56:04 +01:00
parent ab590a4844
commit 9fa51dd71f
7 changed files with 107 additions and 57 deletions

View file

@ -10,4 +10,5 @@ easy-gltf = "1.1.1"
clap = { version = "4.4.8", features = ["derive"] }
cgmath = "0.18.0"
rayon = "1.8.0"
image = "0.24.7"
image = "0.24.7"
rand = "0.8.5"