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.5 by greg, Mon Sep 11 18:44:42 2023 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 20 | Line 26 | takes a bidirectional scattering distribution function
26   and plots it as a RADIANCE scene file.
27   In the first form,
28   .I bsdf2rad
29 < takes a single XML file representing a Klems or tensor tree, plotting
29 > takes a single XML file representing a Klems or tensor tree BSDF, plotting
30   as many scattering hemispheres as are present in the file.
31   In the second form,
32   .I bsdf2rad
# 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
98   .SH "SEE ALSO"
99   bsdf2klems(1), bsdf2ttree(1), genBSDF(1),
100 < bsdfview(1), oconv(1), pabopto2bsdf(1), rad(1), rpict(1), rvu(1)
100 > bsdfview(1), oconv(1), pabopto2bsdf(1), pabopto2xyz(1), rad(1), rpict(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines