POV-Ray : Newsgroups : povray.unofficial.patches : pigment_pattern : pigment_pattern Server Time
2 Sep 2024 04:14:57 EDT (-0400)
  pigment_pattern  
From: Sander
Date: 22 May 2000 17:03:14
Message: <3929a092$1@news.povray.org>
What is wrong with the following bit of code, that came - most of it - from
the MegaPov 0.5 HTML doc?

I must confess that I never worked with patterned pigments before... Am I
really too dumb for all this?
------------------------------
box

   <-1, -1, -1>,
   <1, 1, 1>
   scale <10.0, 10.0, 0.1>
   texture


      pigment
      {
         pigment_pattern
         {
            checker White,Black
            scale 2
            turbulence .15
         }
         pigment { checker Red,Green scale .5}
         pigment { checker Blue,Yellow scale .2}
      }
   }
}


--
Regards,  Sander
-----------------------------


Post a reply to this message

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