POV-Ray : Newsgroups : povray.binaries.images : Aliasing (77 KB GIF) : Re: Aliasing (77 KB GIF) Server Time
2 Oct 2024 06:25:27 EDT (-0400)
  Re: Aliasing (77 KB GIF)  
From: Greg M  Johnson
Date: 2 Jun 2000 13:58:57
Message: <3937F4CF.8657DA4A@my-dejanews.com>
If one continues to get interesting structures at many levels of
magnification, this meets one most basic definition of a fractal.

Tor Olav Kristensen wrote:

> I think this an interesting effect.
>
> Almost fractal isn't it ?
>
> See code below.
>
> Tor Olav
> --
> mailto:tor### [at] hotmailcom
> http://www.crosswinds.net/~tok/tokrays.html
>
> // ===== 1 ======= 2 ======= 3 ======= 4 ======= 5 ======= 6 ======= 7
> // Try rendering at different resolutions
> // with no AA (Anti Aliasing)
>
> #version 3.1;
>
> light_source { <0, 0, 0>, 1.5 }
>
> sphere {
>   <0, 0, 0>, 600 // Changing this radius gives different patterns
>   pigment {
>     gradient y
>     color_map {
>       [ 0.0 rgb <1, 0, 0> ]
>       [ 0.5 rgb <0, 1, 0> ]
>       [ 1.0 rgb <0, 0, 1> ]
>     }
>   }
> }
>
> camera {
>   location <1, 0, 0>
>   look_at <0, 0, 0>
>   angle 168 // Changing this angle also alters the patterns
> }
>
> // ===== 1 ======= 2 ======= 3 ======= 4 ======= 5 ======= 6 ======= 7
>
>   ------------------------------------------------------------------------
>  [Image]


Post a reply to this message

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