POV-Ray : Newsgroups : povray.binaries.animations : Fractal zoom Server Time
1 May 2024 17:47:17 EDT (-0400)
  Fractal zoom (Message 1 to 3 of 3)  
From: Greg M  Johnson
Subject: Fractal zoom
Date: 10 Jun 2004 23:05:02
Message: <40c9215e@news.povray.org>
#include "colors.inc"
box{2*(-y-x),2*(y+x)+0.001*z
        pigment{
                mandel 180*pow(10,2*clock)
                pigment_map{
                       [ 0.0 Black]
                       [ 0.05 Blue]
                       [ 0.1 Blue]
                       [0.125 White ]
                       [ 0.15 Red]
                       [ 0.25 Green]
                       [ 0.375 Blue]
                       [0.40 Black]
                       [ 0.435 Cyan]
                       [ 0.465 Black]
                       [ 0.48 Cyan]
                       [0.49 Blue]
                       [ 0.5 NewMidnightBlue]
                       [0.515 Thistle]
                       [0.53 Red]
                       [ 0.565 White]
                       [ 0.57 NeonPink]
                       [ 0.59 Blue]
                       [ 0.60 Red]
                       [ 0.68 BlueViolet]
                       [0.76 Green]
                       [0.84 Black]
                       [ 0.920 Wheat]
                       [ 0.95 Yellow]
                       [ 0.99 White]
                       [ 1 Black]
                       }
                       }
        finish{ambient 1}
        translate <0,0,1>
        }

#declare lokey=<-1.94255351880,0.000,0>;
camera{         location lokey
       look_at lokey+z
       angle  0.000000611131313
            }


Post a reply to this message


Attachments:
Download 'newfract16d01.mpg' (516 KB)

From: Skip Talbot
Subject: Re: Fractal zoom
Date: 10 Jun 2004 23:09:09
Message: <40c92255$1@news.povray.org>
Man that is psychedelic.  You've got some extreme camera values there.
Would an orthographic work better?

Skip


Post a reply to this message

From: Greg M  Johnson
Subject: Re: Fractal zoom
Date: 10 Jun 2004 23:13:50
Message: <40c9236e$1@news.povray.org>
This was a 'zoom' of the mandel parameter.  I was also doing some outright
zooms in magnification, and the use of camera angle at the time seemed like
the easiest way to play around with the scale.



"Skip Talbot" <sta### [at] uiucedu> wrote in message
news:40c92255$1@news.povray.org...
> Man that is psychedelic.  You've got some extreme camera values there.
> Would an orthographic work better?
>
> Skip
>
>


Post a reply to this message

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