pub(super) 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
pub(super) fn simulated_wind_vel(
pos: &Pos,
weather: &WeatherGrid,
terrain: &TerrainGrid,
time_of_day: &TimeOfDay,
) -> Result<Vec3<f32>, ()>
Simulates winds based on weather and terrain data for specific position