POV-Ray : Newsgroups : povray.binaries.images : IsoJulia : Re: IsoJulia Server Time
19 Aug 2024 16:16:35 EDT (-0400)
  Re: IsoJulia  
From: Mick Hazelgrove
Date: 6 Nov 2000 14:15:09
Message: <3a07033d@news.povray.org>
Beautiful colours and I love the way the julia peaks with those cut out
scallops.

Mick


"Warp" <war### [at] tagpovrayorg> wrote in message
news:3a05a930@news.povray.org...
>   Just another test.
>
>


----------------------------------------------------------------------------
----


>
> #version unofficial MegaPov 0.6;
>
> camera { location <-2,7,-7>*.5 look_at 0 angle 35 }
> light_source { <100,200,-100>/70, 1 }
>
> #declare HF =
>   function
>   { pigment
>     { julia <0.353, 0.288> 30 color_map { [0 rgb 0][1 rgb 1] }
>       fractal_interior_type 1,2
>     }
>   }
>
> isosurface
> { function { z-HF(x,y,z)^.25/2 }
>   accuracy .0001
>   max_gradient 4
>   contained_by { box { <-2,-2,-.001><2,2,1> } }
>   pigment
>   { julia <0.353, 0.288> 30
>     fractal_interior_type 1,2
>     color_map { [0 rgb x][1 rgb x+y] }
>   }
>   finish { specular .5 }
>   rotate x*-90
> }
>
>
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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