dongju.jeong Posted February 4, 2020 Posted February 4, 2020 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.
morbid Posted February 5, 2020 Posted February 5, 2020 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. 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
dongju.jeong Posted February 6, 2020 Author Posted February 6, 2020 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?
cash-metall Posted February 10, 2020 Posted February 10, 2020 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"); 1
dongju.jeong Posted February 10, 2020 Author Posted February 10, 2020 (edited) thank you. 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 February 10, 2020 by dongju.jeong
Recommended Posts