POV-Ray : Newsgroups : povray.binaries.animations : Fractal zoom : Fractal zoom Server Time
15 May 2024 15:16:45 EDT (-0400)
  Fractal zoom  
From: Greg M  Johnson
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)

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