Function veloren_common_systems::phys::simulated_wind_vel

source ยท
fn simulated_wind_vel(
    pos: &Pos,
    weather: &WeatherGrid,
    terrain: &TerrainGrid,
    time_of_day: &TimeOfDay,
) -> Result<Vec3<f32>, ()>
Expand description

Simulates winds based on weather and terrain data for specific position