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.3 by greg, Sun Aug 13 20:11:04 2017 UTC vs.
Revision 1.7 by greg, Thu Feb 25 04:48:19 2021 UTC

# Line 7 | Line 7 | bsdfview - view a BSDF representation
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
# Line 19 | Line 23 | This is a script that creates a
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),
# Line 92 | Line 100 | been removed.
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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines