Jump to content

Particle size


photo

Recommended Posts

Posted

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

Posted

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

 

Posted
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
Posted (edited)

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
×
×
  • Create New...