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 15:15:22 EDT (-0400)
  Re: Defining a mandel function/ pattern WITHIN povray  
From: Warp
Date: 19 Oct 2007 15:46:58
Message: <471909b2@news.povray.org>
gregjohn <pte### [at] yahoocom> wrote:
> 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

  I don't even expect to see any difference at that zoom level and with
such a small change in number of iterations.

-- 
                                                          - Warp


Post a reply to this message

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