POV-Ray : Newsgroups : povray.binaries.images : Saturn Ring - a first wip : Re: Saturn Ring - a first wip Server Time
5 Jul 2024 05:45:35 EDT (-0400)
  Re: Saturn Ring - a first wip  
From: Thomas de Groot
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

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