POV-Ray : Newsgroups : povray.unofficial.patches : pigment_pattern : Re: pigment_pattern Server Time
2 Sep 2024 04:14:15 EDT (-0400)
  Re: pigment_pattern  
From: Nathan Kopp
Date: 22 May 2000 17:07:21
Message: <3929a189$1@news.povray.org>
Sander <san### [at] stolscom> wrote...
> What is wrong with the following bit of code, that came - most of it -
from
> the MegaPov 0.5 HTML doc?
>          pigment_pattern
>          {
>             checker White,Black
>             scale 2
>             turbulence .15
>          }
>          pigment { checker Red,Green scale .5}
>          pigment { checker Blue,Yellow scale .2}

The pigment_pattern requires a pigment_map (or color_map or a normal_map
or...). It does not use a list of colors, like checker does.

-Nathan


Post a reply to this message

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