bevy_feronia 0.8.2

Foliage/grass scattering tools and wind simulation shaders/materials that prioritize visual fidelity/artistic freedom, a declarative api and modularity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod debug;
pub mod merge;
pub mod setup;
pub mod split;
pub mod update_root_lod_config;

pub use crate::chunking::systems::debug::*;
pub use crate::chunking::systems::merge::*;
pub use crate::chunking::systems::setup::*;
pub use crate::chunking::systems::split::*;
pub use crate::chunking::systems::update_root_lod_config::*;