POV-Ray : Newsgroups : povray.binaries.images : Saturn Ring - a first wip Server Time
5 Jul 2024 04:38:47 EDT (-0400)
  Saturn Ring - a first wip (Message 21 to 24 of 24)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Thomas de Groot
Subject: Re: Saturn Ring - a first wip
Date: 12 Jan 2015 03:19:00
Message: <54b38374$1@news.povray.org>
On 12-1-2015 7:24, And wrote:

> I like this. the method which combines two functions looks useful.
>
> It seems there are a lot of techniques on building functions.
>
>
You should look up my Geomorph macros! ;-) The functions are so complex 
that the the whole thing is hardly usable.

-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Saturn Ring - a first wip
Date: 12 Jan 2015 03:21:04
Message: <54b383f0$1@news.povray.org>
On 11-1-2015 16:56, Christian Froeschlin wrote:
> On 11.01.2015 13:35, Thomas de Groot wrote:
>> But this has better potential (see image) using as function:
>
> nice. you can also add some turbulence by adding a noise term
> to the input parameters of the functions, e.g.
>
>    f_waves(x*100 + f_bozo(x*100,0,0),
>            y*10  + f_bozo(0,y*10,0),
>            z*100 + f_bozo(0,0,z*100))
>
> (offline sample, scaling likely way off)
>
>
Ah yes, thanks indeed! I wanted to add turbulence by adding another 
function but that did not work correctly. This is more logical.

-- 
Thomas


Post a reply to this message

From: Paolo Gibellini
Subject: Re: Saturn Ring - a first wip
Date: 12 Jan 2015 05:39:58
Message: <54b3a47e$1@news.povray.org>
Thomas de Groot wrote on 11/01/2015 13.35:
> But this has better potential (see image) using as function:
>
> function(x,y,z) {
>      0.8
>    - f_crackle(400*x, 400*y, 400*z)
>    + f_bozo(x*100, y*100, z*100)
>    - f_waves(x*100, y*10, z*100)
> }
>
> Thomas
Nice. with a different texture could be used for a plower field too.
Paolo


Post a reply to this message

From: Thomas de Groot
Subject: Re: Saturn Ring - a first wip
Date: 12 Jan 2015 07:03:17
Message: <54b3b805@news.povray.org>
On 12-1-2015 11:39, Paolo Gibellini wrote:
> Nice. with a different texture could be used for a plower field too.
> Paolo
Yes indeed. Something to keep in mind :-)

-- 
Thomas


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.