16 |
|
.B octree |
17 |
|
.br |
18 |
|
.B "rtrace [ options ] \-defaults" |
19 |
+ |
.br |
20 |
+ |
.B "rtrace \-features [feat1 ..]" |
21 |
|
.SH DESCRIPTION |
22 |
|
.I Rtrace |
23 |
|
traces rays from the standard input through the RADIANCE scene given by |
37 |
|
This may be useful for programs that run |
38 |
|
.I rtrace |
39 |
|
as a separate process. |
40 |
< |
In the second form, the default values |
40 |
> |
.PP |
41 |
> |
In the second form shown above, the default values |
42 |
|
for the options (modified by those options present) |
43 |
|
are printed with a brief explanation. |
44 |
+ |
.PP |
45 |
+ |
In the third form, a list of supported features is sent |
46 |
+ |
to the standard output, one per line. |
47 |
+ |
If additional arguments follow, they are checked for presence in |
48 |
+ |
this list. |
49 |
+ |
If a feature includes subfeatures, these may be checked as well by |
50 |
+ |
specifying: |
51 |
+ |
.nf |
52 |
+ |
|
53 |
+ |
rtrace -features FeatName=subfeat1,subfeat2 |
54 |
+ |
|
55 |
+ |
.fi |
56 |
+ |
If any named feature or subfeature is missing, an error is |
57 |
+ |
reported and the program returns an error status. |
58 |
+ |
If all of the named features are present, a zero status is returned. |
59 |
|
.PP |
60 |
|
Options may be given on the command line and/or read from the |
61 |
|
environment and/or read from a file. |