refactor examples
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user