POV-Ray : Newsgroups : povray.newusers : Newbie texture syntax problems : Re: Newbie texture syntax problems Server Time
31 Jul 2024 04:20:06 EDT (-0400)
  Re: Newbie texture syntax problems  
From: Ib Rasmussen
Date: 5 Jan 2003 11:35:01
Message: <3E185EE4.7030804@ibras.dk>
ZSpider wrote:

I think you just need some commas:

 #declare Line = texture
    { pigment
        { gradient <0, 0, 1>
          color_map
            { [0,      0.0005 color Gridgray color Gridgray]
              [0.0005, 1      color Clear    color Clear   ]
            }
        }
      scale <1, 1, 25>
    }


/Ib


Post a reply to this message

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