Unigine::Plugins::IG::MeteoPositionParam Structure
This data structure is used to store weather layers along with their corresponding impact factors obtained for a certain point and has the following set of parameters:
impact | Degree of impact of the layer's conditions. |
layer | Weather layer. |
struct MeteoPositionParam
{
float impact = 1.0f;
WeatherLayer *layer = nullptr;
};
Last update:
2021-09-29
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)