proper 3d projection

This commit is contained in:
Chance 2025-03-22 18:19:01 -04:00 committed by BitSyndicate
parent 0f7f67803a
commit ec42d4b6ee
Signed by untrusted user: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
14 changed files with 3761 additions and 209 deletions

View file

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