Page 1 of 1

Cloud Generator

Posted: Thu Jan 21, 2021 2:51 am
by VidEZ
Hi,
I was wondering if someone has an algorithm for a cloud generator?
Cloudless in Columbus

Re: Cloud Generator

Posted: Thu Jan 21, 2021 2:14 pm
by Sadler
You could use a few bitmaps of clouds (preferably with alpha) and use the iterator to move/scale/randomise them.

You could do a similar thing with the star field though each cloud would be the same.

You could look for a GL shader with appropriate licence.

For realistic clouds the preferred solution is to video record some clouds.

Re: Cloud Generator

Posted: Fri Jan 22, 2021 1:54 am
by VidEZ
Thank you!