rendering, physics, player and camera WIP

This commit is contained in:
Jonas H
2026-01-01 19:54:00 +01:00
commit 5d2eca0393
51 changed files with 8734 additions and 0 deletions

5
src/debug/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod collider_debug;
pub mod noclip;
pub use collider_debug::{render_collider_debug, set_debug_heightfield};
pub use noclip::{update_follow_camera, update_noclip_camera};