POV-Ray : Newsgroups : povray.binaries.images : A special texture with circle : Re: A special texture with circle Server Time
18 Apr 2024 21:34:07 EDT (-0400)
  Re: A special texture with circle  
From: And
Date: 16 May 2022 03:45:00
Message: <web.628200da1ed36ddd2153b25aa81652d@news.povray.org>
And the color:


// ------------------------------


texture{
    pigment{
        function{f_result(x,y)}
        color_map{
            [0 rgb<0.1,0.1,0.1>]
            [0.4 rgb<0.2,0.2,0.2>]
            [0.6 rgb<0.65,0.45,0.45>]
            [1 rgb<1.0,0.35,0.3>]
        }

    }
    finish{
        ambient 1
        diffuse 0
    }
}


Post a reply to this message

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