lights, shader work, cube, anti aliasing

This commit is contained in:
2024-06-07 01:32:44 -04:00
parent a2bbe6440c
commit 5bf3f20ea4
7 changed files with 295 additions and 314 deletions

View File

@@ -11,5 +11,6 @@ nalgebra = {version="0.32.5", features=["bytemuck"]}
pollster = "0.3"
rand = "0.8.5"
simba = "0.8.1"
smaa = "0.14.0"
wgpu = "0.20"
winit = {version="0.30", features=["serde"]}