POV-Ray : Newsgroups : povray.advanced-users : Defining a mandel function/ pattern WITHIN povray : Re: Defining a mandel function/ pattern WITHIN povray Server Time
5 Jul 2024 16:36:00 EDT (-0400)
  Re: Defining a mandel function/ pattern WITHIN povray  
From: gregjohn
Date: 19 Oct 2007 15:30:01
Message: <web.471904d69474a87540d56c170@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> gregjohn <pte### [at] yahoocom> wrote:
>
> > I am guessing that it
> > might be possible to write you own pattern to do this. One could insert a
> > higher level than the current 32000 limit, or insert othe equations.
>
>   Is there really such a limit?
>

Render this SDL as an animation with two frames

// --- begin SDL

box{<-50,-50,5>,<50,50,11>
        pigment{
                mandel  32766+frame_number
                pigment_map{[0 rgb x][0.5 rgb y][1.0 rgb z]}

                scale 1
                }
        finish{ambient rgb 1}
        }
// -- End SDL


Post a reply to this message

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