rendering, physics, player and camera WIP
This commit is contained in:
5
src/debug/mod.rs
Normal file
5
src/debug/mod.rs
Normal 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};
|
||||
Reference in New Issue
Block a user