refactor examples

This commit is contained in:
Jérôme Bousquié
2026-09-25 10:19:24 +02:00
parent ab3f056dbb
commit 35aeb769a8
37 changed files with 3430 additions and 457 deletions
+4
View File
@@ -29,8 +29,11 @@
#![warn(missing_docs)]
pub mod app;
pub mod camera;
pub mod core;
pub mod handler;
pub mod input;
pub mod lights;
pub mod mesh;
pub mod pipeline;
pub mod prelude;
@@ -48,6 +51,7 @@ pub use crate::handler::AppHandler;
/// Re-export of the shadow mapping configuration for convenient top-level access.
/// Users tune shadow quality via `AppBuilder::with_shadow_config`.
pub use crate::core::BloomConfig;
pub use crate::core::ShadowConfig;
/// Re-export of the tone mapping curve selector for convenient top-level access.