tilted noise

Started by DJ, February 07, 2009, 09:15:47 AM

Previous topic - Next topic

DJ

Noise can be stretched to x,y,z or any combination of these.
If I use the power fractal shader I can do this on the page "tweak noise" with "noise stretch XYZ".
Stretching both to x and z for example produces horizontal layers of noise.

My question is: is it possible to tilt these layers, for example by 45 degreees around the x-axis ?
Any ideas ?

thank you
Dietmar

Volker Harun

If possible at all, it is complicated .. and my idea could be wrong.

The powerfractal itself is 3 dimensional (best to be seen on the clouds),
stretching the noise along XZ will create respectivly 'flat' clouds.
As there is no detail added, you should first of all rather compress the fractal along Y (using values between 0 and 1).

Now comes the tricky part, that I never played with, yet ... inside the function-nodes you have two interesting categories: Convert and Rotate.
I assume that you use the PF as a scalar output (shades from black to white), so you would need to convert that scalar to a vector (which can be rotated with the other set of nodes).

In fact I doubt that it is possible at all ... maybe you do not get any result - or you get some results you would like to share with us ,-)

Volker

DJ

Thank you for your hint, Volker
I think this is good starting point for further research.
I will let you know as soon as it works.
Dietmar

DJ

Finally it seems I found a way:

[attachthumb=#]
[attachmini=#]

Tangled-Universe

Quote from: dj7901366 on March 03, 2009, 08:05:11 PM
Finally it seems I found a way:

[attachthumb=#]
[attachmini=#]

Strata and outcrop shader?
If not you have "reproduced" it from scratch :)

DJ

The terrain is formed by a "strata and outcrops" shader.
The noise of the surface layer is produced by functions (see tgd-file).

Tangled-Universe

Quote from: dj7901366 on March 04, 2009, 12:56:44 PM
The terrain is formed by a "strata and outcrops" shader.
The noise of the surface layer is produced by functions (see tgd-file).

Ah right, damn...how could I have missed that at first sight...cool! :)
I was at work, so I couldn't take a look at the .tgd.
Will do that a.s.a.p. because I see some very nice possibilities here!
Thanks for sharing :)

Martin