4.3.3 Further Projections in Pov-Ray

There are several types of projections available in Pov-Ray, see the documentation [pov:182.html#target_730] for more details:

Using the optional parameters focal_point, aperture and blur_samples one can change the by default infinite field of depth to some realistic range.

Figure: Finite field of depth
Image /home/andreas/tex/Books/computer-graphics/img//focus.png
  camera {
    location <0.0, 1.0, -10.0>
    look_at  <0.0, 1.0,  0.0>
    focal_point < 1, 1, -6>    // pink sphere in focus
    aperture 0.4     // a nice compromise
    blur_samples 20      // more samples, higher quality image
  }

Andreas Kriegl 2003-07-23