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

ultra_wide_angle camera

top previous next

// ultra_wide_angle lens for wide, rectangular field of view
camera {
  ultra_wide_angle
  location <01-5>               // position
  look_at  <000>                // view
  right x*image_width/image_height  // aspect
  angle 90                          // field
}