7 |
|
[ |
8 |
|
.B "\-q {Hi|Med|Lo}" |
9 |
|
][ |
10 |
+ |
.B \-t |
11 |
+ |
| |
12 |
|
rad options |
13 |
+ |
][ |
14 |
+ |
.B "\-r min max" |
15 |
|
] |
16 |
|
input .. |
17 |
|
.br |
23 |
|
input file (RIF), |
24 |
|
which builds an octree via |
25 |
|
.I bsdf2rad(1), |
26 |
< |
then views the scene interactively. |
26 |
> |
then renders the scene interactively or calls the |
27 |
> |
.I trad(1) |
28 |
> |
graphical user interface if the |
29 |
> |
.I \-t |
30 |
> |
option is given. |
31 |
|
.PP |
32 |
|
The input is either a single XML file, such as might be produced by |
33 |
|
.I genBSDF(1), |
100 |
|
In this case, the script may exit with an error indicating that the |
101 |
|
.I rad |
102 |
|
input file needs to be removed. |
103 |
< |
.I Rad |
104 |
< |
may also be run using the input file directly from the command line |
105 |
< |
or via |
103 |
> |
.PP |
104 |
> |
This input file may also be re-used directly from the command line using |
105 |
> |
.I rad |
106 |
> |
or |
107 |
|
.I trad(1). |
108 |
|
This may be useful for generating RADIANCE pictures corresponding |
109 |
|
to the above standard views. |
110 |
+ |
If no interactive run is desired, start |
111 |
+ |
.I bsdfview |
112 |
+ |
with the |
113 |
+ |
.I "-v 0" |
114 |
+ |
option. |
115 |
+ |
.PP |
116 |
+ |
If an optional plotting range is given with the |
117 |
+ |
.I \-r |
118 |
+ |
option, this will override automatic settings from the BSDF input. |
119 |
+ |
This may be useful for comparing different BSDF sources. |
120 |
|
.SH AUTHOR |
121 |
|
Greg Ward |
122 |
|
.SH "SEE ALSO" |
123 |
|
bsdf2klems(1), bsdf2rad(1), bsdf2ttree(1), genBSDF(1), |
124 |
< |
objview(1), oconv(1), pabopto2bsdf(1), rad(1), rvu(1), trad(1) |
124 |
> |
objview(1), oconv(1), pabopto2bsdf(1), pabopto2xyz(1), rad(1), rvu(1), trad(1) |