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

normal perturbed camera

top previous next

// normal perturbed camera
camera {
  location  <0.02.0-5.0>
  look_at   <0.00.0,  0.0>
  right     x*image_width/image_height
  normal {
   wrinkles 0.2 scale 0.3
  }
}