home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / tt / raysh402 / guide.tex / node14_mn.html < prev    next >
Text File  |  1992-02-09  |  1KB  |  32 lines

  1.  
  2. <H1><A ID="SECTION00520000000000000000">
  3. Field of View</A>
  4. </H1>
  5.  
  6. <P>
  7. Another important choice to be made is that of the 
  8. field of view of the camera.  The size of this field describes
  9. the angles between the left and right sides and top and bottom sides
  10. of the frustum.
  11.  
  12. <P>
  13. <DL>
  14. <DT><STRONG><#4656#><#4656#></STRONG></DT>
  15. <DD><#1214#><TT>fov</TT><#1214#> <#1215#><EM>hfov</EM><#1215#> [<#1216#><EM>vfov</EM><#1216#>] 
  16. <BR>    Specify
  17.     the horizontal and vertical field of view, in degrees.
  18. </DD>
  19. </DL>The default horizontal field of view is 45 degrees.
  20. If <#241#><EM>vfov</EM><#241#> is omitted, as is the general practice,
  21. the vertical field of view is computed using the horizontal
  22. field of view, the output image resolution, and the assumption
  23. that a pixel samples a square area.  Thus,
  24. the values passed via the
  25. <#242#><TT>screen</TT><#242#> keyword define the shape of the final image.
  26. If you are
  27. displaying on a non-square pixeled device,
  28. you must set the vertical field of view
  29. to compensate for the ``squashing'' that will result.
  30.  
  31. <P>
  32.