instancing, camera movement

This commit is contained in:
Lauri Räsänen 2022-10-02 18:59:20 +03:00
parent f88df1efd0
commit 4ab10fe790
12 changed files with 599 additions and 78 deletions

View file

@ -13,3 +13,5 @@ wgpu = "0.13"
pollster = "0.2"
bytemuck = { version = "1.4", features = [ "derive" ] }
image = { version = "0.24", features = [ "png" ] }
anyhow = "1.0"
cgmath = "0.18"