POV-Ray : Newsgroups : povray.binaries.images : Fibonacci Stones (142KB) : Re: Fibonacci Stones (142KB) Server Time
28 Apr 2024 18:52:34 EDT (-0400)
  Re: Fibonacci Stones (142KB)  
From: Alf Peake
Date: 9 Sep 2000 06:42:30
Message: <39ba1416@news.povray.org>
Tor Olav Kristensen <tto### [at] onlineno> wrote in message
news:39B824DB.21B298CA@online.no...
>
> Alf Peake wrote:
>
> > Now, if you scale the blobs larger as they move outwards, and
increase
> > distance from center after each blob, pow(radius,??), then this
would
> > be what I would have liked to achieve.
>
> Maybe I need to have a look at your code once
> more, because I'm not sure if I understand correctly
> what you describe above.
>

In my p.t.s-f post replace constant size spheres:
  sphere{ z*Rad, 0.1 rotate y*Count*Inc }
with spheres of increasing size:
  sphere{ z*pow(Rad,1.4), Rad/16+0.055 rotate y*Count*Inc }

( You can delete the blob and bounding sections)

Alf


Post a reply to this message

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