14 |
|
.SH DESCRIPTION |
15 |
|
.I Bsdfview |
16 |
|
renders a BSDF description interactively. |
17 |
< |
This is a script that creates a rad input file (RIF) |
18 |
< |
then calls |
17 |
> |
This is a script that creates a |
18 |
|
.I rad(1) |
19 |
< |
to make an octree via |
19 |
> |
input file (RIF), |
20 |
> |
which builds an octree via |
21 |
|
.I bsdf2rad(1), |
22 |
|
then views the scene interactively. |
23 |
|
.PP |
30 |
|
might be produced by |
31 |
|
pabopto2bsdf(1). |
32 |
|
.PP |
33 |
< |
A rad input file will be produced, whose name matches the root of |
33 |
> |
A |
34 |
> |
.I rad |
35 |
> |
input file will be produced, whose name matches the root of |
36 |
|
the first input file but with any leading path removed (i.e., in |
37 |
|
the current directory). |
38 |
|
This RIF may be reused for subsequent viewing and rendering via |
75 |
|
Additionally, all the standard views that |
76 |
|
.I rvu |
77 |
|
defines will be available (e.g., "xZ", "zl", etc.). |
78 |
+ |
.PP |
79 |
+ |
Since a |
80 |
+ |
.I rad |
81 |
+ |
input file is created by the script, it may be used |
82 |
+ |
in subsequent runs as long as the temporary files remain. |
83 |
+ |
These are typically kept until the next reboot of the operating |
84 |
+ |
system, so re-running |
85 |
+ |
.I bsdfview |
86 |
+ |
with the same arguments will not require re-running |
87 |
+ |
.I bsdf2rad |
88 |
+ |
or |
89 |
+ |
.I oconv. |
90 |
+ |
Thus, start-up will be much quicker, unless the temporary files have |
91 |
+ |
been removed. |
92 |
+ |
In this case, the script may exit with an error indicating that the |
93 |
+ |
.I rad |
94 |
+ |
input file needs to be removed. |
95 |
+ |
.I Rad |
96 |
+ |
may also be run using the input file directly from the command line |
97 |
+ |
or via |
98 |
+ |
.I trad(1). |
99 |
+ |
This may be useful for generating RADIANCE pictures corresponding |
100 |
+ |
to the above standard views. |
101 |
|
.SH AUTHOR |
102 |
|
Greg Ward |
103 |
|
.SH "SEE ALSO" |
104 |
|
bsdf2klems(1), bsdf2rad(1), bsdf2ttree(1), genBSDF(1), |
105 |
< |
objview(1), oconv(1), pabopto2bsdf(1), rad(1), rvu(1) |
105 |
> |
objview(1), oconv(1), pabopto2bsdf(1), rad(1), rvu(1), trad(1) |