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

Comparing ray/doc/man/man1/bsdf2rad.1 (file contents):
Revision 1.1 by greg, Fri Aug 11 21:39:52 2017 UTC vs.
Revision 1.3 by greg, Wed Jan 22 21:50:56 2020 UTC

# Line 4 | Line 4
4   bsdf2rad - create a RADIANCE visualization of a BSDF representation
5   .SH SYNOPSIS
6   .B bsdf2rad
7 + [
8 + .B "\-r min max"
9 + ]
10   bsdf.xml
11   .br
12   or
13   .br
14   .B bsdf2rad
15 + [
16 + .B "\-r min max"
17 + ]
18   hemi1.sir
19   [
20   hemi2.sir ..
# Line 70 | Line 76 | and the right (+X) direction corresponds to a zero phi
76   Positive phi is read counter-clockwise from above,
77   and a phi of 90 degrees (+Y) typically corresponds
78   to a material's "up" orientation.
79 + .PP
80 + If an optional plotting range is given with the
81 + .I \-r
82 + option, this will override automatic settings from the BSDF input.
83 + This may be useful for comparing different BSDF sources.
84   .SH EXAMPLE
85   To view a BSDF XML representation:
86   .IP "" .2i
# Line 80 | Line 91 | rvu -vp 0 -50 50 -vd 0 50 -50 -vh 45 -vv 30 cloth.oct
91   To render an SIR description of a BRDF:
92   .IP "" .2i
93   bsdf2rad front_refl.sir back_refl.sir > refl.rad
94 + .br
95   oconv -f refl.rad | rpict -vf good.vf > refl_good.hdr
96   .SH AUTHOR
97   Greg Ward

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines