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

turbulence warp

top previous next

// pattern modifier
  // (---turbulence warp---)
  // turbulates similar to 'turbulence'
  warp {
    turbulence 0.4*x     // amount of turbulence
    //octaves 2          // optional turbulence modifiers
  }