// spherical lens for sphere field of view (mappable to a sphere)
camera {
  spherical
  location <0,0,0>      // position
  look_at  <0,0,1>      // view
  h_angle 360           // horizontal degrees
  v_angle 360           // vertical degrees
}
