Sunday, November 18, 2007
Magnet Sunrise
A Mandelbrot fractal made in povray.
Source code in povray Scene Description Language is here:
box{ < -50 , -50 , 5 > , <>
pigment{
mandel 32766
pigment_map{
#declare n=0; #while (n <> ]
#declare n=n+1; #end
[ 1 rgb 0] }
translate <0.163779887,0.89496106>
scale 400000000
}
finish{ambient rgb 1}
}
Labels:
povray
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment