POV-Ray : Newsgroups : povray.general : [help] Illegal random number generator error : Re: [help] Illegal random number generator error Server Time
10 Aug 2024 15:17:19 EDT (-0400)
  Re: [help] Illegal random number generator error  
From: Chris Huff
Date: 3 Dec 1999 06:16:16
Message: <chrishuff_99-584062.06162803121999@news.povray.org>
In article <3846a9ac@news.povray.org>, "omniVERSE" <inv### [at] aolcom> 
wrote:

> <test>Quick--- What's the correct method of writing a checker pattern
> pigment?</test>

If what you want is a pattern of 2 pigments:
texture {
    pigment {checker
        pigment {PigmentA}
        pigment {PigmentB}
    }
}

-- 
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/


Post a reply to this message

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