Skip to main content

Module weather

Module weather 

Source

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].