ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/trad.hlp
(Generate patch)

Comparing ray/src/util/trad.hlp (file contents):
Revision 2.11 by greg, Thu Jul 6 12:23:37 1995 UTC vs.
Revision 2.12 by greg, Fri Aug 18 10:34:56 1995 UTC

# Line 569 | Line 569 | An invented name should be kept as short as possible,
569   added to the picture file name along with the standard ".pic" suffix.
570  
571   The standard views are specified by strings of the form
572 < "[Xx]?[Yy]?[Zz]?[vlah]?".
572 > "[Xx]?[Yy]?[Zz]?[vlahc]?".
573   (That is, an optional upper or lower case X followed by an optional
574   upper or lower case Y followed by an optional upper or lower case Z
575 < followed by an optional lower case V, L, A or H.)
575 > followed by an optional lower case V, L, A, H or C.)
576   The letters indicate the desired view position, where upper case "X"
577   means maximum X, lower case "y" means minimum Y and so on.
578   The final letter is the view type, where 'v' is perspective (the
579 < default), 'l' is parallel, 'a' is angular fisheye, and 'h' is
580 < hemispherical fisheye.
579 > default), 'l' is parallel, 'a' is angular fisheye, 'h' is
580 > hemispherical fisheye and 'c' is for cylindrical panorama.
581   A perspective view from maximum X, minimum Y would be "Xy" or
582   "Xyv".
583   A parallel view from maximum Z would be "Zl".
# Line 618 | Line 618 | interaction mode for trad.
618   Consult the rpict(1) manual page for a full description of the various
619   view options, all of which begin with "-v".
620   Just briefly, the "-vt?" option sets the view type, where "?" is
621 < replaced by one of the letters "v, l, a or h", corresponding to
622 < perspective, parallel, angular and hemispherical fisheye, respectively.
621 > replaced by one of the letters "v, l, a, h or c", corresponding to
622 > perspective, parallel, angular fisheye, hemispherical fisheye
623 > and cylindrical panorama, respectively.
624   The "-vp x y z" option sets the view position (eyepoint), where "x y z"
625   is replaced by the position in 3-space.
626   The "-vd xd yd zd" option sets the view direction, where "xd yd zd"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines