Planetside Software Forums

General => Terragen Discussion => Topic started by: eapilot on September 07, 2017, 10:50:55 AM

Title: help making a stormy sky
Post by: eapilot on September 07, 2017, 10:50:55 AM
I am learning Terragen 4 strictly for making skies.  I am trying to make a stormy sky like the references below.  I just can't get it right.  I really want the feeling of volume with light peeking through the top and clear sky in the horizon.  the objective is to ultimately make it work in a 360-degree skydome.  Any recommendations?  I have some shots of shown in the correct perspective in a test map in a game engine.  My scene is pretty much made up of 3 cloud layer v3.  I am mostly adjusting feature scale in the density fractal, cloud depth, and coverage, and density. I am also moving around the three clouds a lot to find the right composition. I can't seem to get it right.  A big thanks to everyone who contributed to the forums and shared their .tgc and .tgd files over the years.  I learned mostly from reading posts and looking at files.
Title: Re: help making a stormy sky
Post by: René on September 08, 2017, 02:57:20 AM
Have you looked here?
http://www.planetside.co.uk/forums/index.php/topic,3691.0.html
Title: Re: help making a stormy sky
Post by: eapilot on September 08, 2017, 09:27:44 PM
No, I haven't checked out these older skies in the cloud library.  The dark mood looks great! I will check it out.  I will post any positive results.
Title: Re: help making a stormy sky
Post by: Dune on September 09, 2017, 02:10:03 AM
I'm not much into clouds, but don't forget the altitude offset function. You can use some power fractal to push the underside of the clouds in, so you can have some sort of mammatus clouds or a wilder version of it. You need high enough clouds or the holes that are pushed up will break through.
The rain can be done with a stretched masked cloud at lower altitude, which is also warpable (for wind effects). You could even use the main cloud as mask to determine where the darkest clouds need to rain out.

So, two layers would do it, IMO.
Title: Re: help making a stormy sky
Post by: AP on September 09, 2017, 08:48:12 PM
I had made two cloud presets. If you want to use these, I can upload these presets to the File Sharing board.
Title: Re: help making a stormy sky
Post by: Dune on September 10, 2017, 02:00:00 AM
Last one is very cool. Nice clean edges at the tops.
Title: Re: help making a stormy sky
Post by: eapilot on September 10, 2017, 12:14:15 PM
@ AP, yes please!  I didn't even know there was a file sharing thread.  Btw, I have been testing and learning your past .tgc files that you have posted on the cloud library thread.  I was trying to combine elements of the mammatus clouds with larger shapes with no avail.  Either you keep the feature scale small for detail or get large shapes. I feel like I can get the large shapes that I want but not the sharp clumpiness that I want.   The vortex warp and fractal warp shaders offer lots of possibilities, although I am too much of a noob to use them effectively. 

@ Dune I have not terrain in my test scene because I would want to use Terragen for skies only so I can't use the altitude offset, right?  However, I can take a shape shader and merge it with the fractal and create a hole in the density, right?


Attached are my renders so far with not much manipulation for the .tgc files that I found in the cloud library.
Title: Re: help making a stormy sky
Post by: Oshyan on September 11, 2017, 01:03:02 AM
You should be able to use a Merge Shader to blend between the mammatus shapes with larger formations in some way. If you haven't already experimented in that direction give it a try.

Also you ought to be able to use Altitude Offset referencing a terrain, if the terrain is set to not render (in Planet node for example, uncheck "render terrain"), so then you get the offset if you want it, but still no terrain rendering.

To get a hole you can use a Simple Shape Shader, or sometimes easier, just a front-projected (through camera) image map with a white circle in it (or whatever hole shape you want) used as a mask for the Density Shader or as Final Density Modulator.

- Oshyan
Title: Re: help making a stormy sky
Post by: Dune on September 11, 2017, 02:38:07 AM
Sorry, actually, I meant the depth modulator, which works independent of terrain. Oshyan's remark made me wonder if a separate terrain line, not going into the planet, would work for altitude offset, but perhaps it would need to be calculated from the planet on backwards.
Title: Re: help making a stormy sky
Post by: bobbystahr on September 11, 2017, 10:16:49 AM
Quote from: AP on September 09, 2017, 08:48:12 PM
I had made two cloud presets. If you want to use these, I can upload these presets to the File Sharing board.

very nice...please do upload them to the library
Title: Re: help making a stormy sky
Post by: eapilot on September 11, 2017, 10:35:00 AM
Thanks Oshyan, I have begun to experiment with the merge shader but I the operation is pretty new to me.  I don;t know the difference between merging with diffuse or displacement (or both).  I started merge with multiply, but when I tried to visualize the combined fractal result, the procedural noise was mostly black.  And there is a merge mode option of altitude.  Combing those two nodes the render time increased dramatically. Right now, I am losing some of that translucency that was in the original mammatus cloud .tgc file (from AP) and the merge operation isn;t masking the way I want yet from the larger fractal. I will keep testing.
Title: Re: help making a stormy sky
Post by: bobbystahr on September 11, 2017, 12:32:56 PM
Quote from: eapilot on September 11, 2017, 10:35:00 AM
Thanks Oshyan, I have begun to experiment with the merge shader but I the operation is pretty new to me.  I don;t know the difference between merging with diffuse or displacement (or both).  I started merge with multiply, but when I tried to visualize the combined fractal result, the procedural noise was mostly black.  And there is a merge mode option of altitude.  Combing those two nodes the render time increased dramatically. Right now, I am losing some of that translucency that was in the original mammatus cloud .tgc file (from AP) and the merge operation isn;t masking the way I want yet from the larger fractal. I will keep testing.

yes do, these first 2 are quite nice even though they're not what you want apparently...keep on tweaking
Title: Re: help making a stormy sky
Post by: Oshyan on September 12, 2017, 01:03:31 AM
Displacement has no effect on clouds, so don't worry about it, i.e. you want to blend in color/scalar space.

You can also just use the Mask input for any nodes that have it, to simplistically combine (i.e. subtract) one node with another.

- Oshyan