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

perspective camera

top previous next

// perspective (default, not required) camera
camera {
  perspective
  location  <00-1>
  look_at   <00,  0>
  right     x*image_width/image_height  // aspect
  // direction z                        // direction and zoom
  // angle 67                           // field (overides direction zoom)
}