POV-Ray : Newsgroups : povray.binaries.images : Peano 3D macro test (~70K) : Re: Peano 3D macro test (~70K) Server Time
16 Aug 2024 14:19:37 EDT (-0400)
  Re: Peano 3D macro test (~70K)  
From: Jan Walzer
Date: 27 Jan 2002 16:07:47
Message: <3c546c23$1@news.povray.org>
"Gleb" <gk1### [at] sotonacuk> schrieb im Newsbeitrag
news:3c545fcb$1@news.povray.org...
> Thank you.
> You can render it with any size you wish with a source, can't you?  :)
> Corrected version(excess warning messages fixed) is in p.b.s-f.
>

of course, I can myself ...
what's the parsetime ?

what's the runtime in dependence of rekursion-depth?

I believe something like:
     O[time](8^r) ...
    O[space] will be even more ...

I think I won't do this with 10 recursions ...

--
#macro J(N A)#local a=mod(N 3);#local W=<int(mod(A,4)*2)int(-A/4)9>*2;#if
(!mod(a 2))sphere{W,2,2pigment{color rgb<a*5A/2W.x/A*5>}}#if(a<1)sphere{W
+<2,0>2 2pigment{color rgb<a*10A 10>}}#end#end#if(N>3)J(int(N/3)A+1)#end#
end blob{J(29229171 0)threshold 1translate<-6 3>}/******Jan Walzer******/


Post a reply to this message

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