POV-Ray : Newsgroups : povray.general : What am I doing wrong? : Re: What am I doing wrong? Server Time
6 Aug 2024 10:21:10 EDT (-0400)
  Re: What am I doing wrong?  
From:
Date: 8 Apr 2002 02:53:14
Message: <2df2buk3fv1nct50duhaj5rem1ej0idal7@4ax.com>
On Mon, 8 Apr 2002 02:25:42 -0400, "Corey Woodworth" <cdw### [at] mpinetnet> wrote:
> texture {
>   pigment {
>     fun
>     color_map {
>     [0  color White]
>     [1  color Black]
>    }
>  }

probably

texture {
  pigment {
    function{1-fun(x,y,z).gray}
  }
 }

is enough

ABX


Post a reply to this message

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