Previous topicNext topic

Cloud Generator

Questions, comments, feedback, etc.
Post Reply
VidEZ
Posts: 16
Joined: Sat Jan 16, 2021 8:03 pm

Cloud Generator

Post by VidEZ »

Hi,
I was wondering if someone has an algorithm for a cloud generator?
Cloudless in Columbus
Sadler
Posts: 1139
Joined: Sat Aug 02, 2014 7:10 pm
Location: London, UK

Re: Cloud Generator

Post 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.
VidEZ
Posts: 16
Joined: Sat Jan 16, 2021 8:03 pm

Re: Cloud Generator

Post by VidEZ »

Thank you!
Post Reply