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

Comparing ray/doc/man/man1/bsdfview.1 (file contents):
Revision 1.2 by greg, Fri Aug 11 23:00:10 2017 UTC vs.
Revision 1.3 by greg, Sun Aug 13 20:11:04 2017 UTC

# Line 14 | Line 14 | input ..
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
# Line 30 | Line 30 | or up to four scattering interpolation representation
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
# Line 73 | Line 75 | A parallel view of both transmission hemispheres from
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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines