MAJOR rendering overhaul. Snow deformation, persistent light, flowmap out. Also ECS architexture overhaul

This commit is contained in:
Jonas H
2026-03-03 19:30:41 +01:00
parent f615810509
commit 08ddaa2c5d
56 changed files with 2737 additions and 3463 deletions

View File

@@ -6,11 +6,9 @@ pub mod jump;
pub mod lights;
pub mod mesh;
pub mod movement;
pub mod noclip;
pub mod physics;
pub mod player_tag;
pub mod rotate;
pub mod state_machine;
pub mod tree_tag;
pub use camera::CameraComponent;
pub use dissolve::DissolveComponent;