POV-Ray : Newsgroups : povray.binaries.images : Interesting radial pattern : Re: Interesting radial pattern Server Time
20 May 2024 06:56:57 EDT (-0400)
  Re: Interesting radial pattern  
From: William F Pokorny
Date: 13 Sep 2023 08:51:44
Message: <6501b060$1@news.povray.org>
On 9/4/23 18:18, Bald Eagle wrote:
> I was off coding some experimental patterns, and came across this one by
> accident.
> 
> This looked like one of those things that one would probably look for, and maybe
> ought be in the distribution.

Neat! :-) Changing AngFreq from 7 to 9 and making use of the povr fork's 
raw_wave keyword.

...
plane {z, 0
     pigment {
         function {Mixed(x, y, z) } raw_wave
         color_map {
             [0       rgb 0 ]
             [AngFreq rgb 1 ]
         }
     }
}
...

Bill P.


Post a reply to this message


Attachments:
Download 'be.png' (73 KB)

Preview of image 'be.png'
be.png


 

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