POV-Ray Insert Menu
mady by Christoph Hormann
http://www.imagico.de/

pigment_pattern

top previous next

// pattern for use in texture/pigment/normal/density
// takes the color of an pigment to calculate the pattern value
   pigment_pattern {
     checker White, Black   // can use any pigment here
   }