proper 3d projection

This commit is contained in:
Chance 2025-03-22 18:19:01 -04:00
parent 9fec65ebc0
commit b270f3066f
Signed by: caznix
GPG key ID: 489D213143D753FD
14 changed files with 3761 additions and 209 deletions

View file

@ -25,6 +25,7 @@ wgpu = "24.0.1"
winit = "0.30.8"
bytemuck = "1.21.0"
futures = "0.3.31"
cgmath = "0.18.0"
[profile.dev]