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

panoramic camera

top previous next

// panoramic lens for wide field of view with less distortion
camera {
  panoramic
  location <00-1>                  // position
  look_at  <00,  0>                  // view
  right    x*image_width/image_height  // aspect
  angle    120                         // field (greater than 180 degrees possible)
}