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

repeat warp

top previous next

// pattern modifier
  // (---repeat warp---)
  // repeats a section of the pattern
  warp {
    repeat x*2           // repeat direction
    //flip y             // flip when repeating
    //offset z*0.25      // translate when repeating
  }