POV-Ray : Newsgroups : povray.binaries.images : A radial pattern contains randomize(bump) : Re: A radial pattern contains randomize(bump) Server Time
20 May 2024 06:57:28 EDT (-0400)
  Re: A radial pattern contains randomize(bump)  
From: And
Date: 26 Aug 2023 05:35:00
Message: <web.64e9c73524fd44d93a0d3e9baa81652d@news.povray.org>
Another situation is ... looks like near degradation.

Using more large number for coefficient of f_external_field.

#declare f_external_field =
function(x, y) {
  2.0*sqrt(x*x + y*y) + 0.2
//^^^
}

This one using 2.0, not to mention 3.0, 4.0,...


The color map:

        color_map {
            [0.00 color rgb <0.19, 0.41, 0.89>]
            [0.20 color rgb <0.22, 0.34, 0.62>]
            [0.40 color rgb <0.17, 0.44, 0.55>]
            [0.60 color rgb <0.22, 0.47,0.40>]
            [0.80 color rgb <0.56, 0.33, 0.24>]
            [1.00 color rgb <0.7, 0.15,0.08>]
        }


Post a reply to this message


Attachments:
Download 'raidal composite degradation.png' (117 KB)

Preview of image 'raidal composite degradation.png'
raidal composite degradation.png


 

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