POV-Ray : Newsgroups : povray.newusers : Checker board of Checkers : Re: Checker board of Checkers Server Time
29 Jul 2024 14:26:21 EDT (-0400)
  Re: Checker board of Checkers  
From: Bob Armstrong
Date: 13 Sep 2005 12:20:01
Message: <web.4326fb995c7c2244945ca8690@news.povray.org>
Playing with variations on this form , I guess there are
 issues of syntax and allowed elisions that I don't understand
 yet . When

  plane { z , 5
   pigment { checker
    < .6 , 1 , .6 > ,
    < 1 , .6 , 1 >  }
   }

 works , I don't see why

  plane { z , 5
   pigment { checker
    pigment { checker rgb 1 rgb  0 scale 1/12 } ,
   < 1 , .6 , 1 >  }
  }

 doesn't . I would naively expect a principle of substitution .

--

"Bob Armstrong" <bob### [at] cosycom> wrote:
> Thanks ,
>  I thought I tried something like that , I must have had some
>  minor error . Don't know what I got wrong .
> Thanks again .
>
> "jute" <nomail@nomail> wrote:
> > plane {
> >    y, 0
> >    pigment {
> >       checker
> >          pigment { checker rgb 1 rgb  0 scale 1/12 }
> >          pigment { checker rgb <1,0,0> rgb <0,0,1> scale 1/6 }
> >    }
> > }
> >
> > --
> > jussi


Post a reply to this message

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