Re-exports§
pub use atmosphere::*;pub use precipitation::*;pub use climate::*;
Modules§
- atmosphere
- Atmospheric simulation subsystem.
- climate
- Climate zone and seasonal cycle subsystem.
- precipitation
- Precipitation physics subsystem.
Structs§
- Vec3
- Simple 3D vector used throughout weather simulation.
Functions§
- fbm_2d
- FBM (fractional Brownian motion) from value noise.
- lerp
- Linear interpolation.
- smoothstep
- Hermite smooth-step.
- value_
noise_ 2d - 2D value noise in [0, 1].