ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rpict.1
(Generate patch)

Comparing ray/doc/man/man1/rpict.1 (file contents):
Revision 1.27 by greg, Wed Oct 19 18:23:14 2022 UTC vs.
Revision 1.28 by greg, Wed Oct 19 21:25:20 2022 UTC

# Line 18 | Line 18 | rpict - generate a RADIANCE picture
18   ]
19   .br
20   .B "rpict [ options ] \-defaults"
21 + .br
22 + .B "rpict \-features [feat1 ..]"
23   .SH DESCRIPTION
24   .I Rpict
25   generates a picture from the RADIANCE scene given in
# Line 40 | Line 42 | replaced by the contents of the given file.
42   In the second form shown above, the default values
43   for the options (modified by those options present)
44   are printed with a brief explanation.
45 + .PP
46 + In the third form, a list of supported features is sent
47 + to the standard output, one per line.
48 + If additional arguments follow, they are checked for presence in
49 + this list.
50 + If a feature includes subfeatures, these may be checked as well by
51 + specifying:
52 + .nf
53 +
54 +        rpict -features FeatName=subfeat1,subfeat2
55 +
56 + .fi
57 + If any named feature or subfeature is missing, an error is
58 + reported and the program returns an error status.
59 + If all of the named features are present, a zero status is returned.
60   .PP
61   Most options are followed by one or more arguments, which must be
62   separated from the option and each other by white space.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines