POV-Ray : Newsgroups : povray.binaries.images : Early IRTC WIP (35kbu) : Re: Early IRTC WIP (35kbu) Server Time
16 Aug 2024 14:27:29 EDT (-0400)
  Re: Early IRTC WIP (35kbu)  
From: Gail Shaw
Date: 24 Jan 2002 09:27:17
Message: <3c5019c5@news.povray.org>
"Xplo Eristotle" <inq### [at] unforgettablecom> wrote in message
news:3C4FDF52.74871B0F@unforgettable.com...
>
> Ah! Yes! Those twisty things made of Julia fractals, those are what I
> need to know how to do! Since you're going to replace them anyway, could
> you post the code you used for one of them somewhere?
>

The closer one is
julia_fractal {
  <-0.083,0.7,-0.83,-0.025>
  quaternion
  sqr
  max_iteration 10
  precision 35
}

and the other is
julia_fractal {
 <-0.083,0.7,-0.83,-0.025>
 quaternion
 slice <0.2,0,0,0.5>,0.3
 cube
 max_iteration 7
 precision 40
}

Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)//GS


Post a reply to this message

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