home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 2555 / povhlp / dirvectr.hlp < prev    next >
Encoding:
Text File  |  1994-07-05  |  1.9 KB  |  35 lines

  1.     The 'direction' vector serves two purposes.  It tells POV-Ray the initial
  2.  direction to point the camera before moving it with look_at or rotate vec-
  3.  tors.  It also controls the field of view.
  4.  
  5.     NOTE: This is only the initial direction.  Normally, you will use the
  6.  look_at keyword, not the direction vector to point the camera in its actual
  7.  direction.
  8.  
  9.     The length of the direction vector tells POV-Ray to use a telephoto or
  10.  wide-angle view.  It is the distance from the camera location to the imagi-
  11.  nary 'view window' that you are looking through.  A short direction vector
  12.  gives a wide angle view while a long direction gives a narrow, telephoto
  13.  view.  This figure illustrates the effect:
  14.  
  15.                       |\                                      |\
  16.                       | \                                     | \
  17.                       |  \                                    |  \
  18.                       |   \                                   |   \
  19.        Location       |   |         Location                  |   |
  20.          *------------> |             *-----------------------> |
  21.              Direction|   |                                   |   |
  22.                       |   |                                   |   |
  23.                       |   |                                   |   |
  24.                        \  |                                    \  |
  25.                         \ |                                     \ |
  26.                          \|                                      \|
  27.  
  28.     Short direction gives wide view; long direction narrows view.  The de-
  29.  fault value is 'direction <0,0,1>'.
  30.  
  31.     Be careful with short direction vector lengths like 1.0 and less.  You
  32.  may experience distortion on the edges of your images.  Objects will appear
  33.  to be shaped strangely.  If this happens, move the location back and make
  34.  the direction vector longer.
  35.