Jump to content

Particle size


photo

Recommended Posts

Can I adjust the size of the particle with the weather control packet?

Currently, it seems that only the Intensity can be controlled by the Aerosol Concentration element.

 

image.png.98dc91e5355b159ac38d02672d3fb936.png

Link to comment

Hello,

We changed this in 2.10. In newest version aerosol concentration affects both intensity and particles size.

If you don't want to upgrade it's better to use CIGI custom package for this: https://developer.unigine.com/en/docs/2.9/ig/custom_packets?rlang=cpp

Thanks.

  • Like 1

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment

How do I access the rain particle made from weather packet?

 

Can I change the rain status as a function of IMeteo's Region even if I made it with Global?

image.png.6d7d30c381790bdf250e512d7f51de9e.png

 

Link to comment
On 2/6/2020 at 9:39 AM, dongju.jeong said:

Can I change the rain status as a function of IMeteo's Region even if I made it with Global?

yes, you can. the global region has 0 index. 
 

 

On 2/6/2020 at 9:39 AM, dongju.jeong said:

How do I access the rain particle made from weather packet?


you cannot access rain particles.
but you can try use 

World::getNodesByName("rain_Particles");

 

  • Like 1
Link to comment

thank you.

 

image.png.6d7d30c381790bdf250e512d7f51de9e.png

Then, is the value set as this function automatically clamped according to the settings in PrefipitationParams.prop?

Even if I apply a number that is over the range?

Edited by dongju.jeong
Link to comment
×
×
  • Create New...