Realistic Cloud Structures

Started by dhavalmistry, November 02, 2007, 05:10:42 PM

Previous topic - Next topic

dhavalmistry

j meyer's experiment got me going onto a pursuit toward getting some WILD and real cloud structures with lots of variations in structures.....

of course I am no where near done and I also wouldnt mind you people's input.....

it would help me if someone could figure out this yellow/purple color problem.....
"His blood-terragen level is 99.99%...he is definitely drunk on Terragen!"

rcallicotte

If you mean why those colors are there, I can only suggest displacements and the where the light ray direction, etc.
So this is Disney World.  Can we live here?

Seth

i would like to help, but i don't understand anything about function... sorry :(

bigben

If it's only the structure you're after try substituting the build vector with a redirect shader.

Mr_Lamppost

It may have been clearer if we had been using Build Colour rather than Build Vector in these experiments but the whole think was kicked off with passing a vector (Voronoi 3D B Vector), to the cloud layer' density input and the vector has stayed.

To understand what is going on you need to think of the three inputs X, Y and Z of the Build Vector as equivalents of the Red, Green and Blue inputs of a Build Colour.  The Density Shader input of a cloud layer is expecting a single value scalar.   When a cloud layer is given a three component vector or built colour the density input treats the three components separately and creates three cloud layers one Red (X Input), one Green (Y Input) and one Blue (Z Input).  If you use the same function for all three inputs of the Build Vector the three cloud layers will be the same and you will get white clouds in the normal way.

With the nodes setup the way you have you are creating two cloud layers; one Green, controlled by the output of the Multiply Colour and one Magenta (Red and Blue), controlled by the output of the Subtract Colour.  Without being able to see the settings in your Density Fractals I am having to guess a little here but I am assuming that the Multiply Colour produces a more widespread cloud layer with a low density and that the Subtract Colour is producing a more confined high density layer.  Where these layers intersect you are getting high density cloud with a slightly pinkish colour (Magenta plus a little Green).  Elsewhere you are seeing either dense Magenta cloud from the Subtract Colour or low density Green cloud from the Multiply Colour.

If you replace the Build Vector with a Merge Shader; use a Constant Scalar (0.5), as a Mix Controller to begin with, you should get the effect you are after.  You will probably need to fiddle with value of the Constant Scalar in order to get the right mix. 
Smoke me a kipper I'll be back for breakfast.

rcallicotte

Great explanation.  I wish I knew how you guys figure out this stuff.  Thanks for this clear communication and being willing to explain.
So this is Disney World.  Can we live here?

Mr_Lamppost

After posting that I did have a fear that it was probably as clear as mud  ;D
Smoke me a kipper I'll be back for breakfast.