Home
last modified time | relevance | path

Searched refs:weather_get_density (Results 1 – 6 of 6) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dweather.h47 float weather_get_density();
H A Dreflection.c1013 float weather_bias = (1.0-weather_get_density()); in draw_sky_background()
1103 float weather_density = weather_get_density(); in draw_dungeon_sky_background()
H A Dsky.c653 rain_coef = weather_get_density(); in update_cloudy_sky_colors()
1026 rain_coef = weather_get_density(); in update_cloudy_sky_local_colors()
1372 …blend_current_colors(skybox_sky_color, skybox_sky5_sunny, skybox_fog_rainy, weather_get_density()); in update_cloudy_sky_local_colors()
H A Dweather.c635 float weather_get_density() in weather_get_density() function
H A Dgamewin.c1417 weather_get_density(), in display_game_handler()
H A Deye_candy_wrapper.cpp615 || (weather_get_density() > 0.01f) in ec_draw()