Unigine::Plugins::IG::MeteoPositionParam Structure
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to- Sim
SDK edition to use it.
You should upgrade to
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:
2023-06-23
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)