POV-Ray : Newsgroups : povray.binaries.images : Saturn Ring - a first wip : Re: Saturn Ring - a first wip Server Time
5 Jul 2024 04:39:21 EDT (-0400)
  Re: Saturn Ring - a first wip  
From: Christian Froeschlin
Date: 11 Jan 2015 10:56:46
Message: <54b29d3e$1@news.povray.org>
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)


Post a reply to this message

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