POV-Ray : Newsgroups : povray.general : Fractals with functions : Re: Fractals with functions Server Time
5 Aug 2024 10:23:59 EDT (-0400)
  Re: Fractals with functions  
From: Philippe Lhoste
Date: 1 Oct 2002 12:21:44
Message: <Xns929ABA8048BC1PhiLho@204.213.191.226>
"Tom Melly" <tom### [at] tomandlucouk> wrote in news:3d99c31f$1@news.povray.org:

> Just out of curiosity, would it not be possible to hard-code the
> recursion in some way? It would lead to an 'orribly long function, but
> can it be done? 
> 
> I've no idea how to do such a thing for a fractal*, but e.g.:
> 
> #declare Rec_func = function(x,y,z){
>   pow(pow(pow(x,0.5),0.5),0.5) *
>   pow(pow(pow(y,0.5),0.5),0.5)
> }

pow pow pow... Good rythm...

-- 
--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--
Philippe Lhoste (Paris -- France)
Professional programmer and amateur artist
http://jove.prohosting.com/~philho/


Post a reply to this message

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